summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-02-21 10:45:58 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-02-21 10:45:58 -0700
commitb841d860f813518c54c597c9bdf1c25c543c8e09 (patch)
tree1ec3579404914fc124101e8cf67fe6b89edd3241
parentfe18807a9307a43d19c2d14489f48e6d0370d878 (diff)
downloadxnt-b841d860f813518c54c597c9bdf1c25c543c8e09.tar.gz
xnt-b841d860f813518c54c597c9bdf1c25c543c8e09.tar.xz
Increment Version -- Remove Dev Tag
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
-rw-r--r--xnt/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3f4b95f..f299930 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -52,9 +52,9 @@ copyright = u'2012, Kenny Ballou'
# built documents.
#
# The short X.Y version.
-version = '0.4'
+version = '0.5'
# The full version, including alpha/beta/rc tags.
-release = '0.4.1'
+release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 50261b9..a7f95b5 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(fname):
setup(
name="Xnt",
- version="0.5.0dev1",
+ version="0.5.0",
author="Kenny Ballou",
author_email="kennethmgballou@gmail.com",
url="https://github.com/devnulltao/Xnt",
diff --git a/xnt/__init__.py b/xnt/__init__.py
index 762efdc..fe8127d 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "Xnt 0.5.0dev1"
+__version__ = "Xnt 0.5.0"
__license__ = """
Xnt -- A Wrapper Build Tool
Copyright (C) 2012 Kenny Ballou