-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added poetry-bumpversion and bumped version
- Loading branch information
Showing
3 changed files
with
37 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [ | ||
|
@@ -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] | ||
|
@@ -39,4 +40,3 @@ build-backend = "poetry.core.masonry.api" | |
format = "md" | ||
|
||
[tool.poetry_bumpversion.file."eurlex/__init__.py"] | ||
|