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 dc969cd commit eee2688Copy full SHA for eee2688
is_valid_postgres_column_name/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = "Tom Wojcik"
2
-__version__ = "0.0.1"
+__version__ = "0.0.2"
3
4
5
from .main import * # noqa: F401, F403
setup.cfg
[bumpversion]
-current_version = 0.0.1
+current_version = 0.0.2
commit = True
tag = True
0 commit comments