Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.3.1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 21, 2025
1 parent d437e56 commit a8d188d
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 = 2.3.0
current_version = 2.3.1.dev
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
tag_name = {new_version}
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion chartpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import docker
from ruamel.yaml import YAML

__version__ = "2.3.0"
__version__ = "2.3.1.dev"

# name of the environment variable with GitHub token
GITHUB_TOKEN_KEY = "GITHUB_TOKEN"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):

setup(
name="chartpress",
version="2.3.0",
version="2.3.1.dev",
py_modules=["chartpress"],
cmdclass=cmdclass,
entry_points={
Expand Down

0 comments on commit a8d188d

Please sign in to comment.