Skip to content

Commit

Permalink
coolisf version 0.2.3 stable ready
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 13, 2021
1 parent ba286d8 commit c25aa90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coolisf/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
__issue__ = "https://github.com/letuananh/intsem.fx/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.2.3" # follow PEP-0440
__version__ = "{}rc".format(__version_major__)
__version_long__ = "{} - Release Candidate".format(__version_major__)
__status__ = "4 - Beta"
__version__ = "{}".format(__version_major__)
__version_long__ = "{}".format(__version_major__)
__status__ = "5 - Production/Stable"

0 comments on commit c25aa90

Please sign in to comment.