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.
1 parent 26ee003 commit 57ae7ebCopy full SHA for 57ae7eb
docs/source/conf.py
@@ -61,9 +61,9 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = '0.0.1'
+version = '0.1.0'
65
# The full version, including alpha/beta/rc tags.
66
-release = '0.0.1'
+release = '0.1.0'
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='sqlalchemy-diff',
16
- version='0.0.4',
+ version='0.1',
17
description='Compare two database schemas using sqlalchemy.',
18
long_description=readme,
19
author='student.com',
0 commit comments