Skip to content

Commit 0ba1589

Browse files
committed
Bump version: 0.0.2 → 0.1.0
1 parent 2f80412 commit 0ba1589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

django_virtual_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Top-level package for django_virtual_models."""
22
import logging
33

4-
__version__ = "0.0.2"
4+
__version__ = "0.1.0"
55

66
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
77
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)