Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Feb 11, 2025
1 parent a6bc90a commit 56c3db9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: "pypwdft"
version: "0.2.1"
version: "0.2.2"

source:
path: .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pypwdft"
version = "0.2.1"
version = "0.2.2"
authors = [
{ name="Ivo Filot", email="i.a.w.filot@tue.nl" }
]
Expand Down
2 changes: 1 addition & 1 deletion pypwdft/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'

0 comments on commit 56c3db9

Please sign in to comment.