Skip to content

Commit

Permalink
Manually set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mheikenfeld authored Aug 1, 2019
1 parent 823a0f7 commit a53ea8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(name='tobac',
version='0.8',
version='1.1',
description='Tracking and object-based analysis of clouds',
url='http://github.com/climate-processes/tobac',
author='Max Heikenfeld',
author_email='max.heikenfeld@physics.ox.ac.uk',
license='GNU',
packages=['tobac'],
install_requires=[],#['iris','numpy','netCDF4'],
install_requires=[],
zip_safe=False)

0 comments on commit a53ea8a

Please sign in to comment.