Skip to content

Commit

Permalink
Change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Aug 2, 2023
1 parent 5b69154 commit cb3a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# Set the package release version
version_info = (0, 0, 1)
version_info = (0, 1, 0)
__version__ = '.'.join(str(c) for c in version_info)

# Set the package details
Expand Down

0 comments on commit cb3a3fe

Please sign in to comment.