From 26666f50a3184419fe61d34bc57a9f449cf31377 Mon Sep 17 00:00:00 2001 From: Alexandr Mansurov Date: Sun, 17 Oct 2021 21:26:29 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- src/cryptbase/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 51ba951..c50065c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 1.0.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 86f42b1..eb7c6df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = 'cryptbase' year = '2021' author = 'Alexandr Mansurov' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.0' +version = release = '1.0.0' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index 123f511..6bdd7e7 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='cryptbase', - version='0.0.0', + version='1.0.0', license='MIT', description='Protect yourself and your customers with database encryption.', long_description='%s\n%s' % ( diff --git a/src/cryptbase/__init__.py b/src/cryptbase/__init__.py index 229263d..e9eefde 100644 --- a/src/cryptbase/__init__.py +++ b/src/cryptbase/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.0' +__version__ = '1.0.0' import gc