Skip to content

Commit dbe09ec

Browse files
committed
bump version
1 parent 9303c8f commit dbe09ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyjami"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Migrate Java code with Python."
55
authors = ["Mingyang Li <[email protected]>"]
66
readme = "README.md"
@@ -12,12 +12,12 @@ docopt = "^0.6.2"
1212
PyYAML = "^6.0"
1313
pandas = "^1.5.0"
1414

15-
1615
[tool.poetry.dev-dependencies]
1716
pdoc = "^12.2.0"
1817
coverage-badge = "^1.1.0"
1918
pytest-cov = "^4.0.0"
2019
pytest = "^7.2.0"
20+
2121
[build-system]
2222
requires = ["poetry-core"]
2323
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)