summaryrefslogtreecommitdiff
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
parentd76566d62507ad1dfc6aeb1d78cde40884d84a71 (diff)
downloadxnt-78efdd71a0edf9b273fd3b91cff9e8b9dd1c9830.tar.gz
xnt-78efdd71a0edf9b273fd3b91cff9e8b9dd1c9830.tar.xz
Move version forward
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
-rw-r--r--xnt/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 920e8cb..204b24b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,9 +49,9 @@ copyright = u'2012, Kenny Ballou'
# built documents.
#
# The short X.Y version.
-version = '0.2'
+version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.2.3'
+release = '0.3.0'
# 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 c94944e..6607277 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(fname):
setup(
name="Xnt",
- version="0.2.3",
+ version="0.3.0",
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 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():