Skip to content

Commit 9ee4a83

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent 49a9865 commit 9ee4a83

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
files = setup.py imagecast/__init__.py
44
commit = True
55
tag = True

imagecast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API."""
22
__appname__ = "imagecast"
3-
__version__ = "0.6.0"
3+
__version__ = "0.7.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
README = open(os.path.join(here, "README.rst")).read()
77

88
setup(name="imagecast",
9-
version="0.6.0",
9+
version="0.7.0",
1010
description="Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API.",
1111
long_description=README,
1212
license="AGPL 3, EUPL 1.2",

0 commit comments

Comments
 (0)