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 5858fa7..053dcfa 100644
--- a/xnt/version.py
+++ b/xnt/version.py
@@ -16,5 +16,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)
+__version_info__ = (0, 5, 2)
__version__ = '.'.join(map(str, __version_info__))