Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Mar 27, 2023
1 parent 8c4f1f7 commit 359a0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["dev*", "examples*"]

[project]
name = "pyqalloy"
version = "0.3.3"
version = "0.3.4"
authors = [
{ name="Adam Krajewski", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pyqalloy/core/pyqalloy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.3.3'
__version__ = '0.3.4'
__authors__ = [["Adam Krajewski", "[email protected]"]]
__name__ = 'PyQAlloy'

0 comments on commit 359a0da

Please sign in to comment.