Skip to content

Commit

Permalink
Bump version: 1.0.0rc4 -> 1.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Nov 1, 2023
1 parent a608191 commit 809df94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0rc4
current_version = 1.0.0rc5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>rc|\.dev)(?P<serial>\d+))?
serialize =
{major}.{minor}.{patch}{release}{serial}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "EasyNetwork"
copyright = "2023, Francis Clairicia-Rose-Claire-Josephine"
author = "FrankySnow9"
release = "1.0.0rc4"
release = "1.0.0rc5"
version = release

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/easynetwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
__license__ = "Apache 2.0"
__maintainer__ = "FrankySnow9"
__status__ = "Development"
__version__ = "1.0.0rc4"
__version__ = "1.0.0rc5"

0 comments on commit 809df94

Please sign in to comment.