forked from MetricsGrimoire/Bicho
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the number of the version from 0.9beta to 0.9
- Loading branch information
Luis Cañas Díaz
committed
Jun 28, 2011
1 parent
5152fbc
commit be71ee5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PACKAGE = "bicho" | ||
VERSION = "0.9beta" | ||
VERSION = "0.9" | ||
|
||
AUTHOR = "GSyC/LibreSoft, Universidad Rey Juan Carlos" | ||
AUTHOR_EMAIL = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]", | ||
description = "Analysis tool for Issue/Bug Tracking Systems", | ||
|