diff --git a/docs/source/conf.py b/docs/source/conf.py index c72dead..669b33e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ copyright = '2024, itmo_idu' author = 'itmo_idu' version = '0.2' -release = '0.2.2' +release = '0.2.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 61a7777..ca89922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sloyka" -version = "0.2.2" +version = "0.2.3" description = "Library for city identity analysis from social media posts and comments" authors = ["sandrro, georgekontsevik"] readme = "README.md"