diff --git a/HISTORY.rst b/HISTORY.rst index f4287b3..26a6064 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -(next version) +0.1.0 (2020-03-31) ++++++++++++++ * Add validation for existing addresses on the signup form diff --git a/django_cryptolock/__init__.py b/django_cryptolock/__init__.py index 3b93d0b..3dc1f76 100644 --- a/django_cryptolock/__init__.py +++ b/django_cryptolock/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.1.0" diff --git a/setup.cfg b/setup.cfg index 2f85223..7784d12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.1.0 commit = True tag = False