Bump version: 0.0.0 → 1.0.0

This commit is contained in:
2021-10-17 21:26:29 +02:00
parent c3f68c34b4
commit af0086df87
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.0.0 current_version = 1.0.0
commit = True commit = True
tag = True tag = True

View File

@@ -20,7 +20,7 @@ project = 'cryptbase'
year = '2021' year = '2021'
author = 'Alexandr Mansurov' author = 'Alexandr Mansurov'
copyright = '{0}, {1}'.format(year, author) copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.0' version = release = '1.0.0'
pygments_style = 'trac' pygments_style = 'trac'
templates_path = ['.'] templates_path = ['.']

View File

@@ -23,7 +23,7 @@ def read(*names, **kwargs):
setup( setup(
name='cryptbase', name='cryptbase',
version='0.0.0', version='1.0.0',
license='MIT', license='MIT',
description='Protect yourself and your customers with database encryption.', description='Protect yourself and your customers with database encryption.',
long_description='%s\n%s' % ( long_description='%s\n%s' % (

View File

@@ -1,4 +1,4 @@
__version__ = '0.0.0' __version__ = '1.0.0'
import gc import gc