Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Bump version: 2.10.2 → 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn9191 committed Oct 14, 2020
1 parent ef91b40 commit f0cd2d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10.2
current_version = 2.11.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion elisctl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.2"
__version__ = "2.11.0"
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=elisctl
version=2.10.2
version=2.11.0
entry_point=elisctl.main:entry_point
console=true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="elisctl",
version="2.10.2",
version="2.11.0",
description="Command line interface for controlling the Rossum platform",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f0cd2d9

Please sign in to comment.