Skip to content

Commit

Permalink
Updated version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 30, 2024
1 parent cf270ad commit 6799eb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -69,7 +69,7 @@ print(parser.preface)
print(parser.citations)
print(parser.recitals)
print(parser.chapters)
print(parser.articles
print(parser.articles)

```

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "EUPL 1.2"
Expand Down

0 comments on commit 6799eb5

Please sign in to comment.