Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim authored Sep 30, 2024
1 parent dd9ed12 commit 00961be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracely/src/tracely/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 1, 0)
version_info = (0, 1, 1)
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit 00961be

Please sign in to comment.