Skip to content

Commit

Permalink
Merge pull request #52 from heavenshell/feature/0.2.0
Browse files Browse the repository at this point in the history
Bump 0.2.0
  • Loading branch information
heavenshell authored May 4, 2019
2 parents 9c3f6f6 + c737c96 commit cc7fb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='sqlalchemy_seed',
version='0.1.2',
version='0.2.0',
author='Shinya Ohyanagi',
author_email='[email protected]',
url='http://github.com/heavenshell/py-sqlalchemy_seed',
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_seed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
from yaml import Loader

__version__ = '0.1.1'
__version__ = '0.2.0'


def create_table(base, session=None):
Expand Down

0 comments on commit cc7fb14

Please sign in to comment.