Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed May 24, 2017
1 parent 17ccae7 commit 0df70a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion podgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

'Version of python-podgen represented as tuple'
version = (1, 0, "0b5")
version = (1, 0, 0)


'Version of python-podgen represented as string'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = 'podgen',
packages = ['podgen'],
# Remember to update the version in podgen.version, too!
version = '1.0.0b5',
version = '1.0.0',
description = 'Generating podcasts with Python should be easy!',
author = 'Thorben W. S. Dahl',
author_email = '[email protected]',
Expand All @@ -17,7 +17,7 @@
install_requires = ['lxml', 'dateutils', 'future', 'pytz', 'tinytag',
'requests'],
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0df70a5

Please sign in to comment.