Skip to content

Commit c7d5dd2

Browse files
committed
Release 1.1.0 proper
1 parent 22c4737 commit c7d5dd2

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, 1, "0-rc", 1)
17+
version = (1, 1, 0)
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.1.0-rc.1',
10+
version = '1.1.0',
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)