Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
- improved evaluation
  • Loading branch information
nielstron committed Feb 9, 2023
1 parent 7b0a529 commit 5e61b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uplc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
exc_info=e,
)

VERSION = (0, 5, 1)
VERSION = (0, 5, 2)

__version__ = ".".join([str(i) for i in VERSION])
__author__ = "nielstron"
Expand Down

0 comments on commit 5e61b8f

Please sign in to comment.