We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3f6f6 + c737c96 commit cc7fb14Copy full SHA for cc7fb14
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='sqlalchemy_seed',
25
- version='0.1.2',
+ version='0.2.0',
26
author='Shinya Ohyanagi',
27
author_email='[email protected]',
28
url='http://github.com/heavenshell/py-sqlalchemy_seed',
sqlalchemy_seed/__init__.py
@@ -19,7 +19,7 @@
19
except ImportError:
20
from yaml import Loader
21
-__version__ = '0.1.1'
+__version__ = '0.2.0'
def create_table(base, session=None):
0 commit comments