Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Mar 1, 2023
1 parent a07e451 commit 67ac6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red_star/rs_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def as_string(self):
return verstr


version_tuple = VersionInfo(major=3, minor=0, patch=1, releaselevel="release")
version_tuple = VersionInfo(major=3, minor=0, patch=2, releaselevel="release")

version = version_tuple.as_string()

0 comments on commit 67ac6bb

Please sign in to comment.