Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
defreitasL committed Feb 10, 2025
1 parent 07f8e83 commit 55ad2ad
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IHSetShoreFor.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: IHSetShoreFor
Version: 1.7.9
Version: 1.7.10
Summary: IH-SET Miller and Dean (2004)
Home-page: https://github.com/defreitasL/IHSetShoreFor
Author: Lucas de Freitas Pereira
Expand Down
1 change: 0 additions & 1 deletion IHSetShoreFor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

# Import modules and functions from your package here
from .shoreFor import shoreFor
from .calibration import cal_ShoreFor
from .calibration_2 import cal_ShoreFor_2
from .direct_run import ShoreFor_run
Binary file added dist/ihsetshorefor-1.7.10.tar.gz
Binary file not shown.
Binary file modified dist/ihsetshorefor-1.7.9.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='IHSetShoreFor',
version='1.7.9',
version='1.7.10',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 55ad2ad

Please sign in to comment.