Skip to content

Commit

Permalink
fix formatoption import
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 31, 2022
1 parent 0af7d0f commit 0f5189e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions ICON_data_processing/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
from formatoptions.borders import *
from formatoptions.customtext import *
from formatoptions.lakes import *
from formatoptions.meanmaxwind import *
from formatoptions.rivers import *
from formatoptions.standardtitle import *
2 changes: 1 addition & 1 deletion env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- psy-reg
- cartopy
- pip:
- "git+ssh://[email protected]/C2SM/[email protected].11#egg=ICON-data-processing"
- "git+ssh://[email protected]/C2SM/[email protected].12#egg=ICON-data-processing"
- pre-commit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="icon_data_processing", # Required
version="v0.1.11", # Required
version="v0.1.12", # Required
description="A package of modules for processing and plotting ICON data.", # Optional
long_description=long_description, # Optional
long_description_content_type="text/markdown", # Optional
Expand Down

0 comments on commit 0f5189e

Please sign in to comment.