Skip to content

Commit

Permalink
Merge pull request #37 from MET-OM/dev_env
Browse files Browse the repository at this point in the history
Dev env
  • Loading branch information
KonstantinChri authored Sep 28, 2024
2 parents eae257b + 4aeb5a9 commit 3d47b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ dependencies:
- pyextremes
- cartopy
- python-docx
- netcdf4
- pydap

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
'pyextremes',
'cartopy',
'python-docx',
'netcdf4',
'pydap',
],
packages = setuptools.find_packages(),
include_package_data = True,
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"


def git_describe():
Expand Down

0 comments on commit 3d47b91

Please sign in to comment.