Skip to content

Commit

Permalink
fix typo in version (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored Aug 31, 2023
1 parent 1d71705 commit 79f16f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cport/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""
VERSION = "0.3.0-alpha"
VERSION = "0.2.0-alpha"
v_major, v_minor, v_patch = VERSION.split(".")

0 comments on commit 79f16f6

Please sign in to comment.