From ab5f18575830f6bc088e335b6d349e21a6443b36 Mon Sep 17 00:00:00 2001 From: Steven K Date: Thu, 20 Oct 2022 17:32:47 +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 030d99a..719a8eb 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, 18) -__version__ = "1.7.18" +__version_info__ = (1, 7, 19) +__version__ = "1.7.19" __date__ = "2014/07/22 4:47:00 PM" __credits__ = [ "Jonathan Slenders", diff --git a/setup.py b/setup.py index 534e72f..8c5a94f 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ __name__ = "django_states" __author__ = "Pivotal Energy Solutions" -__version_info__ = (1, 7, 18) -__version__ = "1.7.18" +__version_info__ = (1, 7, 19) +__version__ = "1.7.19" __date__ = "2014/07/22 4:47:00 PM" __credits__ = [ "Jonathan Slenders", @@ -57,7 +57,7 @@ setup( name=name, - version="1.7.18", + version="1.7.19", description="State machine for django models", long_description=long_description, long_description_content_type="text/markdown",