Skip to content

Commit

Permalink
Bump version: 2021.05.00 → 2021.05.01
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed May 11, 2021
1 parent cfc43e4 commit 3d6cf4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Jon Zeolla"

# The full version, including alpha/beta/rc tags
release = "2021.05.00"
release = "2021.05.01"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion easy_infra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__maintainer__ = "Seiso"
__copyright__ = "(c) 2020 Seiso, LLC"
__project_name__ = "easy_infra"
__version__ = "2021.05.00"
__version__ = "2021.05.01"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2021.05.00
current_version = 2021.05.01
commit_message = "Automatically generated release {new_version}"
commit = True
tag = True
Expand Down

0 comments on commit 3d6cf4c

Please sign in to comment.