Skip to content

Commit 9fc914c

Browse files
authoredMar 3, 2025··
Bump version (#462)
1 parent 4c43aa4 commit 9fc914c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.2
22
Name: pysteps
3-
Version: 1.14.0
3+
Version: 1.15.0
44
Summary: Python framework for short-term ensemble prediction systems
55
Home-page: http://pypi.python.org/pypi/pysteps/
66
License: LICENSE

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44

5-
from setuptools import setup, find_packages
5+
from setuptools import find_packages, setup
66
from setuptools.extension import Extension
77

88
try:
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="pysteps",
73-
version="1.14.0",
73+
version="1.15.0",
7474
author="PySteps developers",
7575
packages=find_packages(),
7676
license="LICENSE",

0 commit comments

Comments
 (0)