Skip to content

Commit

Permalink
Bump version: 0.1.21 → 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed Jul 5, 2022
1 parent 3a31be1 commit 55c04a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Victoria Cherkas, Annika Lauber"

# The full version, including alpha/beta/rc tags
release = "v0.1.21"
release = "v0.1.22"


# -- General configuration ---------------------------------------------------
Expand Down
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+https://github.com/C2SM/iconarray@v0.1.21#egg=iconarray
- git+https://github.com/C2SM/iconarray@v0.1.22#egg=iconarray
- pre-commit
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 0.1.21
current_version = 0.1.22
commit = True
tag = True

[tool:pytest]
filterwarnings =
filterwarnings =
ignore::DeprecationWarning
console_output_style = progress
testpaths = iconarray
Expand All @@ -13,15 +13,15 @@ testpaths = iconarray
max-line-length = 100
max-complexity = 15
doctests = false
ignore =
ignore =
B008 # Do not perform function calls in argument defaults
D1 # Public code object needs docstring
E203 # Whitespace before ':' (black formatter breaks this sometimes)
E501 # Line too long (using Bugbear's B950 warning)
W503 # Line break occurred before a binary operator
E731 # Do not assign a lambda expression, use a def
C901 # Function is too complex
exclude =
exclude =
.eggs
.gt_cache
.ipynb_checkpoints
Expand All @@ -34,7 +34,7 @@ exclude =
tests/_disabled
setup.py
__init__.py
rst-roles =
rst-roles =
py:mod, mod,
py:func, func,
py:data, data,
Expand Down
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="iconarray", # Required
version="v0.1.21", # Required
version="v0.1.22", # 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 55c04a1

Please sign in to comment.