diff options
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | xnt/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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(): |