diff options
author | Chris Ball <cjb@laptop.org> | 2011-01-08 20:40:32 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 20:40:32 -0500 |
commit | 0b33ffd2515cbc5d7f5998839338b84b72660386 (patch) | |
tree | 3b93e24abfafcda838d7256d09f4f3a6d3fc452d /libbe/version.py | |
parent | 81373db51acdd5639500569668c9333bf1f098cd (diff) | |
download | bugseverywhere-0b33ffd2515cbc5d7f5998839338b84b72660386.tar.gz |
Bumped to version 1.0.01.0.0
Diffstat (limited to 'libbe/version.py')
-rw-r--r-- | libbe/version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/version.py b/libbe/version.py index 3246c97..b695b13 100644 --- a/libbe/version.py +++ b/libbe/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2009-2010 Gianluca Montecchi <gian@grys.it> +# Copyright (C) 2009-2011 Gianluca Montecchi <gian@grys.it> # W. Trevor King <wking@drexel.edu> # # This file is part of Bugs Everywhere. @@ -40,7 +40,7 @@ except ImportError, e: } # Manually set a version string (optional, defaults to bzr revision id) -#_VERSION = "1.2.3" +_VERSION = '1.0.0' def version(verbose=False): """ |