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 2f80412 commit 0ba1589Copy full SHA for 0ba1589
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.2
+current_version = 0.1.0
3
commit = True
4
tag = True
5
django_virtual_models/__init__.py
@@ -1,7 +1,7 @@
"""Top-level package for django_virtual_models."""
import logging
-__version__ = "0.0.2"
+__version__ = "0.1.0"
6
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
7
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments