Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blubber committed Sep 7, 2022
1 parent 12bf8ab commit bf0a12b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion django_injector/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
singleton,
)

__version__ = "0.3.0"
__version__ = "0.3.1"
__all__ = ["RequestScope", "request"]
logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="django_injector",
version="0.3.0",
version="0.3.1",
author="Tiemo Kieft",
author_email="pypi@isogram.nl",
description="Integrate injector with Django",
Expand Down

0 comments on commit bf0a12b

Please sign in to comment.