Skip to content

Commit

Permalink
Release 1.1.0 proper
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Mar 6, 2020
1 parent 22c4737 commit c7d5dd2
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, 1, "0-rc", 1)
version = (1, 1, 0)


'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.1.0-rc.1',
version = '1.1.0',
description = 'Generating podcasts with Python should be easy!',
author = 'Thorben W. S. Dahl',
author_email = '[email protected]',
Expand Down

0 comments on commit c7d5dd2

Please sign in to comment.