We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b7c1d commit 24e3a9aCopy full SHA for 24e3a9a
podgen/version.py
@@ -14,7 +14,7 @@
14
from builtins import *
15
16
'Version of python-podgen represented as tuple'
17
-version = (1, 0, 0)
+version = (1, 0, '1b1')
18
19
20
'Version of python-podgen represented as string'
setup.py
@@ -7,7 +7,7 @@
7
name = 'podgen',
8
packages = ['podgen'],
9
# Remember to update the version in podgen.version, too!
10
- version = '1.0.0',
+ version = '1.0.1b1',
11
description = 'Generating podcasts with Python should be easy!',
12
author = 'Thorben W. S. Dahl',
13
author_email = '[email protected]',
0 commit comments