Skip to content

Commit 0df70a5

Browse files
committed
Release version 1.0.0
1 parent 17ccae7 commit 0df70a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

podgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

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

1616

1717
'Version of python-podgen represented as string'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name = 'podgen',
88
packages = ['podgen'],
99
# Remember to update the version in podgen.version, too!
10-
version = '1.0.0b5',
10+
version = '1.0.0',
1111
description = 'Generating podcasts with Python should be easy!',
1212
author = 'Thorben W. S. Dahl',
1313
author_email = '[email protected]',
@@ -17,7 +17,7 @@
1717
install_requires = ['lxml', 'dateutils', 'future', 'pytz', 'tinytag',
1818
'requests'],
1919
classifiers = [
20-
'Development Status :: 4 - Beta',
20+
'Development Status :: 5 - Production/Stable',
2121
'Intended Audience :: Developers',
2222
'Intended Audience :: Information Technology',
2323
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)