Skip to content

Commit 201f16f

Browse files
committed
Update version to 2.1.0 and add Python 3 to classifiers.
1 parent 138bda7 commit 201f16f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,16 @@ def _check_output(*popenargs, **kwargs):
281281

282282
setup(
283283
name="pythonnet",
284-
version="2.0.0",
284+
version="2.1.0.dev1",
285285
description=".Net and Mono integration for Python",
286286
url='http://pythonnet.github.io/',
287287
author="Python for .Net developers",
288288
classifiers=[
289289
'Programming Language :: Python :: 2.6',
290290
'Programming Language :: Python :: 2.7',
291+
'Programming Language :: Python :: 3.2',
292+
'Programming Language :: Python :: 3.3',
293+
'Programming Language :: Python :: 3.4',
291294
'Programming Language :: C#',
292295
'License :: OSI Approved :: Zope Public License',
293296
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)