Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.0.7 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis authored May 31, 2023
1 parent bc4d41e commit 014d21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PyCG"
version = "0.0.6"
version = "0.0.7"

description = "PyCG - Practical Python Call Graphs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_long_desc():
def setup_package():
setup(
name="pycg",
version="0.0.6",
version="0.0.7",
description="Practical Python Call Graphs",
long_description=get_long_desc(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 014d21c

Please sign in to comment.