Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 17, 2023
1 parent 80cc937 commit ae8f7e9
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 = 0.4.0
current_version = 0.5.0
files = setup.py imagecast/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion imagecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API."""
__appname__ = "imagecast"
__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, "README.rst")).read()

setup(name="imagecast",
version="0.4.0",
version="0.5.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 ae8f7e9

Please sign in to comment.