Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 15, 2024
1 parent 49a9865 commit 9ee4a83
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.6.0
current_version = 0.7.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.6.0"
__version__ = "0.7.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.6.0",
version="0.7.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 9ee4a83

Please sign in to comment.