diff --git a/kravatte/__init__.py b/kravatte/__init__.py index 2360018..a2b233b 100644 --- a/kravatte/__init__.py +++ b/kravatte/__init__.py @@ -4,4 +4,4 @@ from kravatte.kravatte import Kravatte, KravatteSAE, KravatteWBC, KravatteWBC_AE, siv_wrap, siv_unwrap, mac, KravatteTagOutput, KravatteValidatedOutput, KravatteOracle __author__ = """Michael Calvin McCoy""" __email__ = 'calvin.mccoy@protonmail.com' -__version__ = '0.9.2' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index 6588c91..d08655a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3fc38dd..cad386a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/inmcm/kravatte', - download_url='https://github.com/inmcm/kravatte/archive/0.9.2.tar.gz', - version='0.9.2', + download_url='https://github.com/inmcm/kravatte/archive/1.0.0.tar.gz', + version='1.0.0', zip_safe=False, )