From 33ae55f3a68fec2c316b715917964df41f77e5cd Mon Sep 17 00:00:00 2001 From: Steven K Date: Tue, 4 Apr 2023 17:44:21 +0000 Subject: [PATCH] Version Bump [skip ci] --- django_states/__init__.py | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/django_states/__init__.py b/django_states/__init__.py index d74e7d1..5a25d94 100644 --- a/django_states/__init__.py +++ b/django_states/__init__.py @@ -8,8 +8,8 @@ __name__ = "django_states" __author__ = "Pivotal Energy Solutions" -__version_info__ = (1, 7, 25) -__version__ = "1.7.25" +__version_info__ = (1, 7, 26) +__version__ = "1.7.26" __date__ = "2014/07/22 4:47:00 PM" __credits__ = [ "Jonathan Slenders", diff --git a/setup.py b/setup.py index e838d86..2d0115b 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ __name__ = "django_states" __author__ = "Pivotal Energy Solutions" -__version_info__ = (1, 7, 25) -__version__ = "1.7.25" +__version_info__ = (1, 7, 26) +__version__ = "1.7.26" __date__ = "2014/07/22 4:47:00 PM" __credits__ = [ "Jonathan Slenders", @@ -57,7 +57,7 @@ setup( name=name, - version="1.7.25", + version="1.7.26", description="State machine for django models", long_description=long_description, long_description_content_type="text/markdown",