Skip to content

Commit

Permalink
Release version 1.0.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Oct 8, 2019
1 parent d6b7c1d commit 24e3a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion podgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from builtins import *

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


'Version of python-podgen represented as string'
Expand Down
2 changes: 1 addition & 1 deletion 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.0',
version = '1.0.1b1',
description = 'Generating podcasts with Python should be easy!',
author = 'Thorben W. S. Dahl',
author_email = '[email protected]',
Expand Down

0 comments on commit 24e3a9a

Please sign in to comment.