Skip to content

Commit d247b90

Browse files
authored
Merge pull request #2 from xnuinside/dev
version up
2 parents f018f89 + 3ba9323 commit d247b90

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

codegraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegraph"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
license = "MIT"
55
readme = "README.rst"
66
homepage = "https://github.com/xnuinside/codegraph"
@@ -20,11 +20,6 @@ pytest = "^3.0"
2020
[tool.poetry.scripts]
2121
cg = 'codegraph.main:cli'
2222

23-
[tool.poetry-dynamic-versioning]
24-
enable = true
25-
vcs = "git"
26-
style = "pep440"
27-
2823
[build-system]
2924
requires = ["poetry>=0.12"]
3025
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)