We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37c7b1 commit 5fe2ee4Copy full SHA for 5fe2ee4
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name="migrate-anything",
12
entry_points={"console_scripts": ["migrate-anything = migrate_anything.main:main"]},
13
- version="0.1.5",
+ version="0.1.6",
14
description="Helps manage migrations for databases and anything else",
15
long_description=long_description,
16
long_description_content_type="text/x-rst",
0 commit comments