summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
Diffstat (limited to 'xnt')
-rw-r--r--xnt/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/version.py b/xnt/version.py
index 51a4891..3562358 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, 5, 1, "lint_refactor", "dev")
+__version_info__ = (0, 5, 2)
__version__ = '.'.join(list(str(i) for i in __version_info__ if True))