Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkza committed Aug 10, 2017
1 parent e786852 commit 27d0c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = True
message = Release {new_version}
Expand All @@ -18,4 +18,5 @@ max-line-length = 80

[tool:pytest]
testpaths = cassandra_migrate/test
python_classes =
python_classes =

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '0.2.2'
VERSION = '0.2.3'

setup(name='cassandra-migrate',
packages=['cassandra_migrate'],
Expand Down

0 comments on commit 27d0c52

Please sign in to comment.