From c64e1ae7ddcc47e3b07ecabb5329fc2a9a5807bf Mon Sep 17 00:00:00 2001 From: kennyballou Date: Fri, 4 Oct 2013 21:29:46 -0600 Subject: Move version, add dev tag --- xnt/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xnt/version.py b/xnt/version.py index cfc12e6..ef23d89 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, 2) +__version_info__ = (0, 6, 3, 'dev') __version__ = '.'.join(list(str(i) for i in __version_info__ if True)) -- cgit v1.2.1