Skip to content

Commit

Permalink
Build 3.0.0 release of semver
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Apr 2, 2023
1 parent 5abeda6 commit d26cc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage/semver-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Getting the Version of semver
To know the version of semver itself, use the following construct::

>>> semver.__version__
'3.0.0-rc.1'
'3.0.0'
2 changes: 1 addition & 1 deletion src/semver/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""

#: Semver version
__version__ = "3.0.0-rc.1"
__version__ = "3.0.0"

#: Original semver author
__author__ = "Kostiantyn Rybnikov"
Expand Down

0 comments on commit d26cc07

Please sign in to comment.