Skip to content

Commit

Permalink
Bump version: 0.7.0-dev → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dushr committed Mar 2, 2016
1 parent 905ea2d commit 68005e3
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.7.0-dev
current_version = 0.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>\w+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion lymph/sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from lymph.sqlalchemy.base import Base # noqa


__version__ = '0.7.0-dev'
__version__ = '0.7.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lymph-sqlalchemy',
version='0.7.0-dev',
version='0.7.0',
url='http://github.com/deliveryhero/lymph-sqlalchemy/',
packages=find_packages(),
namespace_packages=['lymph'],
Expand Down

0 comments on commit 68005e3

Please sign in to comment.