Skip to content

Commit 9677212

Browse files
committed
version up
1 parent 7eff80f commit 9677212

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 3 additions & 3 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"
@@ -21,9 +21,9 @@ pytest = "^3.0"
2121
cg = 'codegraph.main:cli'
2222

2323
[tool.poetry-dynamic-versioning]
24-
enable = true
24+
enable = false
2525
vcs = "git"
26-
style = "pep440"
26+
style = "semver"
2727

2828
[build-system]
2929
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)