We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85aa25f commit f5d53c9Copy full SHA for f5d53c9
developer/__init__.py
@@ -0,0 +1 @@
1
+__version__ = '0.2.0'
setup.py
@@ -9,17 +9,13 @@
9
10
setup(
11
name='developer',
12
- version='0.1dev',
+ version='0.2.0',
13
description='Urbansim developer model',
14
author='UrbanSim Inc.',
15
author_email='[email protected]',
16
url='https://github.com/urbansim/developer',
17
classifiers=[
18
- 'Programming Language :: Python :: 2',
19
'Programming Language :: Python :: 2.7',
20
- 'Programming Language :: Python :: 3',
21
- 'Programming Language :: Python :: 3.3',
22
- 'Programming Language :: Python :: 3.4',
23
'Programming Language :: Python :: 3.5'
24
],
25
packages=find_packages(exclude=['*.tests']),
0 commit comments