diff --git a/Bicho/info.py b/Bicho/info.py index 6a43cd8..0dd8d9a 100644 --- a/Bicho/info.py +++ b/Bicho/info.py @@ -1,5 +1,5 @@ PACKAGE = "bicho" -VERSION = "0.9beta" +VERSION = "0.9" AUTHOR = "GSyC/LibreSoft, Universidad Rey Juan Carlos" AUTHOR_EMAIL = "libresoft-tools-devel@lists.morfeo-project.org" diff --git a/setup.py b/setup.py index 94ab693..13d0f42 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.core import setup setup(name = "Bicho", - version = "0.9beta", + version = "0.9", author = "GSyC/LibreSoft, Universidad Rey Juan Carlos", author_email = "libresoft-tools-devel@lists.morfeo-project.org", description = "Analysis tool for Issue/Bug Tracking Systems",