Bump version: 0.0.0 → 1.0.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.0.0
|
||||
current_version = 1.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
@@ -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 = ['.']
|
||||
|
||||
2
setup.py
2
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' % (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = '0.0.0'
|
||||
__version__ = '1.0.0'
|
||||
|
||||
import gc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user