diff --git a/docs/requirements.txt b/docs/requirements.txt index f65d89f..90d7ed6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx==7.1.2 sphinx-rtd-theme==1.3.0rc1 -tulit \ No newline at end of file +tulit>=0.0.4 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 461047e..2a557c7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,8 +8,8 @@ project = 'tulit' author = 'AlessioNar' -release = '0.0.3' -version = '0.0.3' +release = '0.0.4' +version = '0.0.4' # -- General configuration sys.path.insert(0, os.path.abspath('../../tulit')) diff --git a/pyproject.toml b/pyproject.toml index baa20c0..48fd15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "tulit" -version = "0.0.3" +version = "0.0.4" description = "TULIT - The Universal Legal Informatics Toolkit, is set of legal informatics utilities collected in a Python package that focuses on the retrieval of legal data and metadata from official sources in the EU, and their transformation in pythonic data structures" [tool.poetry] name = "tulit" -version = "0.0.3" +version = "0.0.4" description = "TULIT - The Universal Legal Informatics Toolkit, is set of legal informatics utilities collected in a Python package that focuses on the retrieval of legal data and metadata from official sources in the EU, and their transformation in pythonic data structures" authors = ["AlessioNar "] license = "EUPL 1.2"