From 6799eb58258a94fcd477f1333d5269746e9386d0 Mon Sep 17 00:00:00 2001 From: AlessioNar Date: Mon, 30 Dec 2024 15:37:46 +0100 Subject: [PATCH] Updated version to 0.0.8 --- README.md | 4 ++-- docs/source/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26653ae..997c658 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ poetry add tulit The `tulit` package main components are: * a client to query and retrieve data from a variety of legal data sources. Currently the package supports the Cellar, LegiLux and Normattiva. -* a parser to convert legal documents from a variety of formats to a json representation. +* a parser to convert legal documents from a variety of formats to a standardised json representation. #### Retrieving legal documents @@ -69,7 +69,7 @@ print(parser.preface) print(parser.citations) print(parser.recitals) print(parser.chapters) -print(parser.articles +print(parser.articles) ``` diff --git a/docs/source/conf.py b/docs/source/conf.py index 706183b..9a597a8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,8 +8,8 @@ project = 'tulit' author = 'AlessioNar' -release = '0.0.7' -version = '0.0.7' +release = '0.0.8' +version = '0.0.8' # -- General configuration sys.path.insert(0, os.path.abspath('../../tulit')) diff --git a/pyproject.toml b/pyproject.toml index 0fb676e..8beb711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "tulit" -version = "0.0.7" +version = "0.0.8" 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.7" +version = "0.0.8" 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"