Skip to content

Commit d6aba9a

Browse files
committed
Bump version to 1.1.1 for official release
1 parent 0e37fe7 commit d6aba9a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
1.1.1 (2025-04-15)
6+
------------------
7+
8+
* Version bump for official release with all fixes
9+
510
1.1.0 (2025-04-15)
611
------------------
712

cmpitool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__author__ = """Jan Streffing"""
2828
__email__ = "j.streffing1988@gmail.com"
29-
__version__ = "1.1.0"
29+
__version__ = "1.1.1"
3030
__credits__ = "Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research"
3131

3232

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "cmpitool" %}
2-
{% set version = "1.0.0" %}
2+
{% set version = "1.1.1" %}
33

44
package:
55
name: "{{ name|lower }}"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
test_suite="tests",
5454
tests_require=test_requirements,
5555
url="https://github.com/JanStreffing/cmpitool",
56-
download_url="https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.0.tar.gz",
57-
version="1.1.0",
56+
download_url="https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.1.tar.gz",
57+
version="1.1.1",
5858
zip_safe=False,
5959
)

0 commit comments

Comments
 (0)