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 f41a705 + 13eca99 commit cf58a47Copy full SHA for cf58a47
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='sqlalchemy_seed',
25
- version='0.2.0',
+ version='0.3.0',
26
author='Shinya Ohyanagi',
27
author_email='sohyanagi@gmail.com',
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.2.0'
+__version__ = '0.3.0'
def create_table(base, session=None):
0 commit comments