Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 7, 2020
1 parent bf9d801 commit b79fec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
files = setup.py imagecast/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion imagecast/__init__.py
@@ -1,3 +1,3 @@
"""Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API."""
__appname__ = 'imagecast'
__version__ = '0.1.1'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, "README.rst")).read()

setup(name="imagecast",
version="0.1.1",
version="0.2.0",
description="Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API.",
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit b79fec7

Please sign in to comment.