Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
therealphildini committed May 25, 2017
1 parent 34f51a1 commit 3a44280
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epithet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Philip James"""
__email__ = 'phildini@phildini.net'
__version__ = '0.0.1'
__version__ = '0.1.0'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True

Expand All @@ -16,3 +16,4 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='epithet',
version='0.0.1',
version='0.1.0',
description="Manage your labels.",
long_description=readme + '\n\n' + history,
author="Philip James",
Expand Down

0 comments on commit 3a44280

Please sign in to comment.