We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792ea0d commit e4163afCopy full SHA for e4163af
conda/recipe.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: sisppeo
3
- version: 1.1.1
+ version: 1.1.2
4
5
source:
6
path: ..
setup.py
@@ -22,7 +22,7 @@ def readme():
22
23
setup(
24
name='SISPPEO',
25
- version='1.1.1',
+ version='1.1.2',
26
description='Satellite Imagery & Signal Processing Packages for Earth Observation',
27
long_description=readme(),
28
url='https://github.com/inrae/SISPPEO',
sisppeo/_version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '1.1.1'
+__version__ = '1.1.2'
0 commit comments