diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6eb60ff5..5382b0d4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True diff --git a/setup.py b/setup.py index abc5c4f9..f1b3d532 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.0.7', + version='0.0.8', description='Collection of utilities in the department of communications engineering of the UPB', long_description=long_description,