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 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 <http://www.gnu.org/licenses/>.
-__version_info__ = (0, 6, 1, "dev")
+__version_info__ = (0, 6, 1)
__version__ = '.'.join(list(str(i) for i in __version_info__ if True))