Skip to content

Commit e4163af

Browse files
authored
Bump version number to 1.1.2 (#5)
* Bump version to v1.1.2 See #5
1 parent 792ea0d commit e4163af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: sisppeo
3-
version: 1.1.1
3+
version: 1.1.2
44

55
source:
66
path: ..

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def readme():
2222

2323
setup(
2424
name='SISPPEO',
25-
version='1.1.1',
25+
version='1.1.2',
2626
description='Satellite Imagery & Signal Processing Packages for Earth Observation',
2727
long_description=readme(),
2828
url='https://github.com/inrae/SISPPEO',

sisppeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.1.1'
15+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)