diff --git a/VERSION b/VERSION index 9fd17af..b123336 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-rc31 +0.0.1-rc32 diff --git a/java/pom.xml b/java/pom.xml index 994a506..d9ed564 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,7 +6,7 @@ io.github.bissim fly-graph - 0.0.1-rc31 + 0.0.1-rc32 jar FLY Graph diff --git a/python/setup.py b/python/setup.py index 64d2964..bde9615 100755 --- a/python/setup.py +++ b/python/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="fly-graph", - version="0.0.1-rc31", + version="0.0.1-rc32", author="Simone Bisogno", author_email="s.bisogno90@gmail.com", description="A graph library for FLY language, written in Python",