diff --git a/.bumpversion.cfg b/.bumpversion.cfg index da5158f..5d1fa35 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 tag = True tag_name = {new_version} commit = True @@ -13,3 +13,4 @@ serialize = [bumpversion:file:pyproject.toml] search = version = "{current_version}" replace = version = "{new_version}" + diff --git a/pathable/__init__.py b/pathable/__init__.py index 2f5ce0f..b743c36 100644 --- a/pathable/__init__.py +++ b/pathable/__init__.py @@ -8,7 +8,7 @@ __author__ = 'Artur Maciag' __email__ = 'maciag.artur@gmail.com' -__version__ = '0.2.0' +__version__ = '0.3.0' __url__ = 'https://github.com/p1c2u/pathable' __license__ = 'Apache License, Version 2.0' diff --git a/pyproject.toml b/pyproject.toml index d2bbb9e..cb6641a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ output = "reports/coverage.xml" [tool.poetry] name = "pathable" -version = "0.1.3" +version = "0.3.0" description = "Object-oriented paths" authors = ["Artur Maciag "] license = "Apache License, Version 2.0"