Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnPuzey committed Nov 9, 2024
1 parent 935baa3 commit f48bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dirtyfields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__all__ = ['DirtyFieldsMixin']
__version__ = "1.9.5"
__version__ = "1.9.6.dev0"
from dirtyfields.dirtyfields import DirtyFieldsMixin

VERSION = tuple(map(int, __version__.split(".")[0:3]))

0 comments on commit f48bbe9

Please sign in to comment.