Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 23, 2024
1 parent 96ee062 commit 74e3b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
tulit
tulit>=0.0.4
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.3'
version = '0.0.3'
release = '0.0.4'
version = '0.0.4'

# -- 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.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 <[email protected]>"]
license = "EUPL 1.2"
Expand Down

0 comments on commit 74e3b57

Please sign in to comment.