mirror of https://github.com/Nonannet/pelfy.git
Version in pyproject.toml updated to 1.0.3
This commit is contained in:
parent
e8e4e80909
commit
d8e77d9572
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "pelfy"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
authors = [
|
||||
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
||||
]
|
||||
|
@ -48,4 +48,4 @@ show_error_codes = true
|
|||
minversion = "6.0"
|
||||
addopts = "-ra -q"
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["src"]
|
||||
pythonpath = ["src"]
|
||||
|
|
Loading…
Reference in New Issue