Skip to content

Commit dff97ef

Browse files
committed
Update version to 0.5.0
1 parent 30e768d commit dff97ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.4'
51+
version = '0.5'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.4.1'
53+
release = '0.5.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
setup(
6363
name='AuthorizeSauce',
64-
version='0.4.1',
64+
version='0.5.0',
6565
author='Jeff Schenck',
6666
author_email='jmschenck@gmail.com',
6767
url='http://authorize-sauce.readthedocs.org/',
@@ -78,7 +78,7 @@
7878
'authorize.apis',
7979
],
8080
classifiers=[
81-
'Development Status :: 4 - Beta',
81+
'Development Status :: 5 - Beta',
8282
'Environment :: Console',
8383
'Environment :: Web Environment',
8484
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)