Skip to content

Commit 57ae7eb

Browse files
committed
PLAT-928 -- Bump up version.
1 parent 26ee003 commit 57ae7eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '0.0.1'
64+
version = '0.1.0'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '0.0.1'
66+
release = '0.1.0'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sqlalchemy-diff',
16-
version='0.0.4',
16+
version='0.1',
1717
description='Compare two database schemas using sqlalchemy.',
1818
long_description=readme,
1919
author='student.com',

0 commit comments

Comments
 (0)