summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xnt/version.py2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-__version_info__ = (0, 6, 2)
+__version_info__ = (0, 6, 3, 'dev')
__version__ = '.'.join(list(str(i) for i in __version_info__ if True))