Skip to content

Commit

Permalink
Bump version: 1.0.0-dev → 1.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Mar 18, 2021
1 parent b2aee4a commit 45882ca
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,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.0.0-dev
current_version = 1.1.0-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name=PACKAGE,
version='1.0.0-dev',
version='1.1.0-dev',
description="PDF Compression",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/pycompressor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-dev"
__version__ = "1.1.0-dev"

0 comments on commit 45882ca

Please sign in to comment.