summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-07 19:00:58 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-07 19:00:58 -0700
commit7116982d4a3d8c3b19528306c4df11399161503b (patch)
tree6b4daa6d1e437f6e9fceba58deec12bab5c69c93 /xnt
parente58f93d435b7a4bb3682ea17086a48a8ab065389 (diff)
downloadxnt-7116982d4a3d8c3b19528306c4df11399161503b.tar.gz
xnt-7116982d4a3d8c3b19528306c4df11399161503b.tar.xz
Update version
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__))