Skip to content

Commit dfd7a20

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent a60d66c commit dfd7a20

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# the built documents.
124124
#
125125
# The short X.Y version.
126-
version = '1.1.1'
126+
version = '1.1.2'
127127
# The full version, including alpha/beta/rc tags.
128128
release = version
129129

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core"]
44

55
[project]
66
name = 'speasy'
7-
version = "1.1.1"
7+
version = "1.1.2"
88
description = "A simple Python package to deal with main Space Physics WebServices (CDA, CSA, AMDA and SSC)."
99
keywords= ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"]
1010
authors = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.1.2
33
commit = True
44
tag = True
55

speasy/__init__.py

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

99
__author__ = """Alexis Jeandet"""
1010
__email__ = 'alexis.jeandet@member.fsf.org'
11-
__version__ = '1.1.1'
11+
__version__ = '1.1.2'
1212
__all__ = ['amda', 'cda', 'ssc', 'csa', 'get_data', 'SpeasyVariable', 'Catalog', 'Event', 'Dataset', 'TimeTable']
1313
__docformat__ = "numpy"
1414

0 commit comments

Comments
 (0)