Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 20, 2021
1 parent 115d5ae commit 3b2dc0d
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.4
current_version = 1.0.5.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 @@ -19,7 +19,7 @@
import docker
from ruamel.yaml import YAML

__version__ = '1.0.4'
__version__ = '1.0.5.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 @@ -26,7 +26,7 @@ def run(self):

setup(
name='chartpress',
version='1.0.4',
version='1.0.5.dev',
py_modules=['chartpress'],
cmdclass=cmdclass,
entry_points={
Expand Down

0 comments on commit 3b2dc0d

Please sign in to comment.