summaryrefslogtreecommitdiff
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
parent43042d21f591def50f73c9367b212c30f6e90433 (diff)
downloadxnt-079ace5fa892a4ffde0d8350c7ddaa9350c3d031.tar.gz
xnt-079ace5fa892a4ffde0d8350c7ddaa9350c3d031.tar.xz
Move version forward
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
-rw-r--r--xnt/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 204b24b..aa1be0d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012, Kenny Ballou'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.3.0'
+release = '0.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index bd5f4fc..82b87ab 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(fname):
setup(
name="Xnt",
- version="0.3.0",
+ version="0.3.1",
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 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():