We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f018f89 + 3ba9323 commit d247b90Copy full SHA for d247b90
codegraph/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.0.4'
+__version__ = '0.0.5'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "codegraph"
3
-version = "0.0.4"
+version = "0.0.5"
4
license = "MIT"
5
readme = "README.rst"
6
homepage = "https://github.com/xnuinside/codegraph"
@@ -20,11 +20,6 @@ pytest = "^3.0"
20
[tool.poetry.scripts]
21
cg = 'codegraph.main:cli'
22
23
-[tool.poetry-dynamic-versioning]
24
-enable = true
25
-vcs = "git"
26
-style = "pep440"
27
-
28
[build-system]
29
requires = ["poetry>=0.12"]
30
build-backend = "poetry.masonry.api"
0 commit comments