diff --git a/VERSION b/VERSION index 5223626..bfe4a4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-rc37 +0.0.1-rc38 diff --git a/java/pom.xml b/java/pom.xml index 1ff458a..1e01ab8 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,7 +6,7 @@ io.github.bissim fly-graph - 0.0.1-rc37 + 0.0.1-rc38 jar FLY Graph diff --git a/python/setup.py b/python/setup.py index 595fa26..3a74647 100755 --- a/python/setup.py +++ b/python/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="fly-graph", - version="0.0.1-rc37", + version="0.0.1-rc38", author="Simone Bisogno", author_email="s.bisogno90@gmail.com", description="A graph library for FLY language, written in Python",