Skip to content

Commit

Permalink
version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Feb 3, 2023
1 parent baf1476 commit cbbf227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pangaeapy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup(
name='pangaeapy',
version='1.0.12',
install_requires=['lxml>=4.9.1','request>=2.26.0','pandas>=1.3.5','numpy>=1.21.0','netcdf4~=1.5.6'],
version='1.0.13',
install_requires=['lxml>=4.9.1','requests>=2.26.0','pandas>=1.3.5','numpy>=1.21.0','netcdf4~=1.5.6'],
packages=['pangaeapy','pangaeapy.exporter'],
package_dir={'pangaeapy': ''},
#package_data={'mypkg': ['data/*.dat']},
Expand Down

0 comments on commit cbbf227

Please sign in to comment.