Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 20, 2024
1 parent 19ffd20 commit 6d7c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aitk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# **************************************************************

version_info = (3, 0, 0)
__version__ = ".".join(map(str, version_info)) + "b2"
__version__ = ".".join(map(str, version_info))

0 comments on commit 6d7c562

Please sign in to comment.