Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pksohn committed Mar 29, 2017
1 parent 85aa25f commit f5d53c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions developer/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.2.0'
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@

setup(
name='developer',
version='0.1dev',
version='0.2.0',
description='Urbansim developer model',
author='UrbanSim Inc.',
author_email='info@urbansim.com',
url='https://github.com/urbansim/developer',
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
],
packages=find_packages(exclude=['*.tests']),
Expand Down

0 comments on commit f5d53c9

Please sign in to comment.