Skip to content

Commit c83cc32

Browse files
Update setup.py
* Bump version number to 0.10.0 (pre-release) * Update URL * Remove classifier for Python 3.2
1 parent b2177aa commit c83cc32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080

8181
setup(
8282
name = 'tuf',
83-
version = '0.9.9',
83+
version = '0.10.0',
8484
description = 'A secure updater framework for Python',
8585
long_description = long_description,
86-
author = 'http://www.theupdateframework.com',
86+
author = 'https://www.updateframework.com',
8787
author_email = 'theupdateframework@googlegroups.com',
88-
url = 'http://www.theupdateframework.com',
88+
url = 'https://www.updateframework.com',
8989
keywords = 'update updater secure authentication key compromise revocation',
9090
classifiers = [
9191
'Development Status :: 4 - Beta',
@@ -101,9 +101,9 @@
101101
'Programming Language :: Python :: 2.6',
102102
'Programming Language :: Python :: 2.7',
103103
'Programming Language :: Python :: 3',
104-
'Programming Language :: Python :: 3.2',
105104
'Programming Language :: Python :: 3.3',
106105
'Programming Language :: Python :: 3.4',
106+
'Programming Language :: Python :: 3.5',
107107
'Programming Language :: Python :: Implementation :: CPython',
108108
'Topic :: Security',
109109
'Topic :: Software Development'

0 commit comments

Comments
 (0)