From 900e829d76a9d67cc53f0d0fc7bf54478e3c6366 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Sat, 23 Mar 2013 00:21:15 -0600 Subject: Move version -- Remove dev tag --- xnt/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnt/version.py b/xnt/version.py index 4d717f7..6c6f1f5 100644 --- a/xnt/version.py +++ b/xnt/version.py @@ -17,5 +17,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version_info__ = (0, 6, 1, "dev") +__version_info__ = (0, 6, 1) __version__ = '.'.join(list(str(i) for i in __version_info__ if True)) -- cgit v1.2.1