Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Dec 5, 2023
1 parent f7a2f6e commit a7aa90c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from distutils.command.sdist import sdist
cmdclass={'sdist': sdist}

__version__ = '1.0.1'
__version__ = '1.1.0'

setup(name='gspy',
packages=find_packages(),
Expand All @@ -36,9 +36,15 @@
'h5py',
'netcdf4',
'matplotlib',
'sphinx',
'fortranformat',
'rioxarray',
'pyproj'
],
extras_require={
'dev': [
'sphinx',
'twine',
'build'
]
}
)

0 comments on commit a7aa90c

Please sign in to comment.