Skip to content

Commit f5d53c9

Browse files
committed
Bump version numbers
1 parent 85aa25f commit f5d53c9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

developer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '0.2.0'

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@
99

1010
setup(
1111
name='developer',
12-
version='0.1dev',
12+
version='0.2.0',
1313
description='Urbansim developer model',
1414
author='UrbanSim Inc.',
1515
author_email='[email protected]',
1616
url='https://github.com/urbansim/developer',
1717
classifiers=[
18-
'Programming Language :: Python :: 2',
1918
'Programming Language :: Python :: 2.7',
20-
'Programming Language :: Python :: 3',
21-
'Programming Language :: Python :: 3.3',
22-
'Programming Language :: Python :: 3.4',
2319
'Programming Language :: Python :: 3.5'
2420
],
2521
packages=find_packages(exclude=['*.tests']),

0 commit comments

Comments
 (0)