diff --git a/django_ghost/__init__.py b/django_ghost/__init__.py index 6cd38b7..c49a95c 100644 --- a/django_ghost/__init__.py +++ b/django_ghost/__init__.py @@ -1 +1 @@ -__version__ = "0.2.7" +__version__ = "0.2.8" diff --git a/setup.cfg b/setup.cfg index a03da78..ec6514f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.7 +current_version = 0.2.8 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(dev|rc))+(?P\d+))?