We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9303c8f commit dbe09ecCopy full SHA for dbe09ec
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyjami"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Migrate Java code with Python."
5
authors = ["Mingyang Li <[email protected]>"]
6
readme = "README.md"
@@ -12,12 +12,12 @@ docopt = "^0.6.2"
12
PyYAML = "^6.0"
13
pandas = "^1.5.0"
14
15
-
16
[tool.poetry.dev-dependencies]
17
pdoc = "^12.2.0"
18
coverage-badge = "^1.1.0"
19
pytest-cov = "^4.0.0"
20
pytest = "^7.2.0"
+
21
[build-system]
22
requires = ["poetry-core"]
23
build-backend = "poetry.core.masonry.api"
0 commit comments