Skip to content

Commit ade6a47

Browse files
committed
version update
1 parent 3bbc3e9 commit ade6a47

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

codegraph/core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,3 @@ def search_entity_usage(module_name: Text, name: Text, line: Text) -> bool:
191191
if aliases[module_name] + '.' + method_call in line:
192192
return True
193193
return False
194-
195-
196-
class Args:
197-
paths = ['/Users/jvolkova/laziest/tests/code_sample/done/primitive_code.py']
198-
print(CodeGraph(Args).get_lines_numbers())

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegraph"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
license = "MIT"
55
readme = "README.rst"
66
homepage = "https://github.com/xnuinside/codegraph"

0 commit comments

Comments
 (0)