From 67974974533f7e81058815e897df18d7d60e26dc Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Wed, 25 Apr 2018 20:53:59 -0700 Subject: [PATCH] Bump version to 0.1.1 To cover the docs updates and such. --- docs/sphinx_docs/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx_docs/conf.py b/docs/sphinx_docs/conf.py index 61503ed..a1f62cb 100644 --- a/docs/sphinx_docs/conf.py +++ b/docs/sphinx_docs/conf.py @@ -26,7 +26,7 @@ author = u'Simon Forman' # The short X.Y version version = u'0.1' # The full version, including alpha/beta/rc tags -release = u'0.1.0' +release = u'0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3defae7..3a64666 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from textwrap import dedent setup( name='Thun', - version='0.1.0', + version='0.1.1', description='Python Implementation of Joy', long_description=dedent('''\ Joy is a programming language created by Manfred von Thun that is easy to @@ -34,7 +34,7 @@ setup( behaviour of the original version written in C.'''), author='Simon Forman', author_email='forman.simon@gmail.com', - url='https://osdn.net/projects/joypy', + url='https://joypy.osdn.io', license='GPLv3+', packages=['joy', 'joy.utils'], classifiers=[