Skip to content

Commit 24e3a9a

Browse files
committed
Release version 1.0.1b1
1 parent d6b7c1d commit 24e3a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

podgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from builtins import *
1515

1616
'Version of python-podgen represented as tuple'
17-
version = (1, 0, 0)
17+
version = (1, 0, '1b1')
1818

1919

2020
'Version of python-podgen represented as string'

setup.py

Lines changed: 1 addition & 1 deletion
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.0',
10+
version = '1.0.1b1',
1111
description = 'Generating podcasts with Python should be easy!',
1212
author = 'Thorben W. S. Dahl',
1313
author_email = '[email protected]',

0 commit comments

Comments
 (0)