diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bb22692f..1764f534 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.0.6 commit = True tag = True diff --git a/setup.py b/setup.py index 517de84b..9f1a1c0a 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.5', + version='0.0.6', description='Collection of utilities in the department of communications engineering of the UPB', long_description=long_description,