diff --git a/pytrials/__init__.py b/pytrials/__init__.py index 55b82c9..ec997ca 100644 --- a/pytrials/__init__.py +++ b/pytrials/__init__.py @@ -4,7 +4,7 @@ __author__ = """João Vitor F. Cavalcante""" __email__ = "jvfe@ufrn.edu.br" -__version__ = "0.3.0" +__version__ = "1.0.0" HERE = Path(__file__).parent.resolve() diff --git a/setup.cfg b/setup.cfg index 835fe6f..84aba64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index eb235ca..00bc16b 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/jvfe/pytrials", - version="0.3.0", + version="1.0.0", zip_safe=False, )