Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmariegaard committed Apr 13, 2022
1 parent 68f41c7 commit a3ef47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="watobs",
version="0.0.1",
version="0.1.0",
install_requires=["numpy", "pandas", "requests", "matplotlib"],
extras_require={
"dev": [
Expand Down
2 changes: 2 additions & 0 deletions watobs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .dmi import DMIOceanObsRepository
from .altimetry import DHIAltimetryRepository

__version__ = "0.1.0"

0 comments on commit a3ef47c

Please sign in to comment.