Skip to content

Commit

Permalink
Bump dev's version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobichaud committed Sep 17, 2023
1 parent 7e346a4 commit d8cb679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_structlog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

name = "django_structlog"

VERSION = (6, 0, 0, "dev1")
VERSION = (6, 0, 0, "dev2")

__version__ = ".".join(str(v) for v in VERSION)

0 comments on commit d8cb679

Please sign in to comment.