Skip to content

Commit

Permalink
increase version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
econtal committed Apr 19, 2023
1 parent 3d43896 commit e47cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xminds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 5, 0)
VERSION = (0, 6, 0)

__version__ = f'{VERSION[0]}.{VERSION[1]}.{VERSION[2]}'

0 comments on commit e47cdaf

Please sign in to comment.