Bump version to 0.1.1
To cover the docs updates and such.
This commit is contained in:
@@ -26,7 +26,7 @@ author = u'Simon Forman'
|
|||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = u'0.1'
|
version = u'0.1'
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = u'0.1.0'
|
release = u'0.1.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ from textwrap import dedent
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Thun',
|
name='Thun',
|
||||||
version='0.1.0',
|
version='0.1.1',
|
||||||
description='Python Implementation of Joy',
|
description='Python Implementation of Joy',
|
||||||
long_description=dedent('''\
|
long_description=dedent('''\
|
||||||
Joy is a programming language created by Manfred von Thun that is easy to
|
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.'''),
|
behaviour of the original version written in C.'''),
|
||||||
author='Simon Forman',
|
author='Simon Forman',
|
||||||
author_email='[email protected]',
|
author_email='[email protected]',
|
||||||
url='https://osdn.net/projects/joypy',
|
url='https://joypy.osdn.io',
|
||||||
license='GPLv3+',
|
license='GPLv3+',
|
||||||
packages=['joy', 'joy.utils'],
|
packages=['joy', 'joy.utils'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user