Skip to content

Commit 1a695be

Browse files
committed
Bump version: 0.1.3 → 0.1.4
1 parent 46171de commit 1a695be

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.1.3
2+
current_version = 0.1.4
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.1.3"
4+
__version__ = "0.1.4"
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)