Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Oct 7, 2022
1 parent ca5b506 commit bc02fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_virtual_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for django_virtual_models."""
import logging

__version__ = "0.0.1"
__version__ = "0.0.2"

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

0 comments on commit bc02fae

Please sign in to comment.