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 d7eee4d commit c904762Copy full SHA for c904762
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
commit = True
4
tag = False
5
setup.py
@@ -109,6 +109,6 @@
109
"Source": "https://github.com/tj-django/django-migration-fixer",
110
"Documentation": "https://github.com/tj-django/django-migration-fixer",
111
},
112
- version="0.0.3",
+ version="0.0.4",
113
zip_safe=False,
114
)
0 commit comments