Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 6, 2020
1 parent d964c38 commit 9a013e8
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.0.0
current_version = 0.1.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 modifies images, optionally serving them via HTTP API"""
__appname__ = 'imagecast'
__version__ = '0.0.0'
__version__ = '0.1.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.0.0',
version='0.1.0',
description='Imagecast modifies images, optionally serving them via HTTP API',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit 9a013e8

Please sign in to comment.