diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9fc15d5..bb07aef 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 commit = True tag = True tag_name = {new_version} @@ -9,5 +9,7 @@ serialize = message = "Bump version: {current_version}" [bumpversion:file:VERSION] + [bumpversion:file:pyproject.toml] + [bumpversion:file:rnc/__init__.py] diff --git a/VERSION b/VERSION index 899f24f..2774f85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 24d992e..a3723e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnc" -version = "0.9.0" +version = "0.10.0" description = "API for Russian National Corpus" authors = ["kunansy "] license = "MIT" diff --git a/rnc/__init__.py b/rnc/__init__.py index 38015cf..6b1cb29 100644 --- a/rnc/__init__.py +++ b/rnc/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.0' +__version__ = '0.10.0' import logging