summaryrefslogtreecommitdiff
path: root/xnt/__init__.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-10-29 23:25:03 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-10-29 23:25:03 -0600
commit079ace5fa892a4ffde0d8350c7ddaa9350c3d031 (patch)
treee84cc7625c8dcfdb0e037c3fc4ed271b7d3feeed /xnt/__init__.py
parent43042d21f591def50f73c9367b212c30f6e90433 (diff)
downloadxnt-079ace5fa892a4ffde0d8350c7ddaa9350c3d031.tar.gz
xnt-079ace5fa892a4ffde0d8350c7ddaa9350c3d031.tar.xz
Move version forward
Diffstat (limited to 'xnt/__init__.py')
-rw-r--r--xnt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/__init__.py b/xnt/__init__.py
index 67060b7..25155cf 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -16,7 +16,7 @@
# 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__ = "Xnt 0.3.0"
+__version__ = "Xnt 0.3.1"
def target(fn):
def wrap():