Skip to content

Commit

Permalink
🔖 Bump Version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Nov 30, 2024
1 parent df0a451 commit d7756ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simnet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def __str__(self) -> str:
return version


__version_info__ = Version(major=0, minor=1, micro=24, release_level="beta", serial=0)
__version_info__ = Version(major=0, minor=2, micro=0, release_level="beta", serial=0)
__version__ = str(__version_info__)

0 comments on commit d7756ad

Please sign in to comment.