summaryrefslogtreecommitdiff
path: root/xnt/__init__.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-10-29 19:35:33 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-10-29 19:35:33 -0600
commit78efdd71a0edf9b273fd3b91cff9e8b9dd1c9830 (patch)
treed8473ab333e4357416363ab5c07ff2c7d29fdf7c /xnt/__init__.py
parentd76566d62507ad1dfc6aeb1d78cde40884d84a71 (diff)
downloadxnt-78efdd71a0edf9b273fd3b91cff9e8b9dd1c9830.tar.gz
xnt-78efdd71a0edf9b273fd3b91cff9e8b9dd1c9830.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 74db7d7..67060b7 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.2.3"
+__version__ = "Xnt 0.3.0"
def target(fn):
def wrap():