diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7e9ff3a..4e450c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,4 +2,4 @@ files = VERSION django_social_share/__init__.py commit = True tag = True -current_version = 2.2.0 +current_version = 2.2.1 diff --git a/VERSION b/VERSION index e3a4f19..fae692e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.2.1 \ No newline at end of file diff --git a/django_social_share/__init__.py b/django_social_share/__init__.py index 77ecac8..2b74841 100644 --- a/django_social_share/__init__.py +++ b/django_social_share/__init__.py @@ -1 +1 @@ -VERSION = tuple(map(int, "2.2.0".split('.'))) +VERSION = tuple(map(int, "2.2.1".split('.')))