Skip to content

Commit

Permalink
Manually update Python version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 12, 2024
1 parent 26896cf commit 8e92d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtle_canon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"""
from __future__ import annotations

__version__ = "0.0.1"
__version__ = "0.1.0"
__author__ = "Casper Welzel Andersen"
__author_email__ = "[email protected]"

0 comments on commit 8e92d38

Please sign in to comment.