summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
-rw-r--r--xnt/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1bb6604..2fee87d 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ def read(fname):
setup(
name="Xnt",
- version="0.2.2",
+ version="0.2.3",
author="Kenny Ballou",
author_email="kennethmgballou@gmail.com",
url="https://bitbucket.org/devnulltao/xnt",
diff --git a/xnt/__init__.py b/xnt/__init__.py
index 70234a0..ca0cd9c 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-__version__ = "Xnt 0.2.2"
+__version__ = "Xnt 0.2.3"
def target(fn):
def wrap():