Skip to content

Commit

Permalink
added poetry-bumpversion and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
step21 committed Sep 7, 2022
1 parent 5518b0c commit a641fef
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 82 deletions.
2 changes: 1 addition & 1 deletion eurlex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
* Python module to create eurlex cellar queries, query eurlex for metadata of documents with sparql queries, and subsequently download associated documents and notices.
"""
__version__ = "0.2.1"
__version__ = "0.2.2"
113 changes: 34 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyeurlex"
version = "0.2.1"
version = "0.2.2"
description = "This is a python module to create SPARQL queries for the EU Cellar repository, run them and subsequently download their data. Notably, it directly supports all resource types."
authors = ["step21 <[email protected]>"]
packages = [
Expand Down Expand Up @@ -29,6 +29,7 @@ tox = "^3.25.1"
pylint = "^2.15.0"
coverage = "^6.4.4"
poetry = "^1.2.0"
poetry-bumpversion = "^0.1.0"


[build-system]
Expand All @@ -39,4 +40,3 @@ build-backend = "poetry.core.masonry.api"
format = "md"

[tool.poetry_bumpversion.file."eurlex/__init__.py"]

0 comments on commit a641fef

Please sign in to comment.