Skip to content

Commit

Permalink
Bump version number to 1.1.2 (#5)
Browse files Browse the repository at this point in the history
* Bump version to v1.1.2

See #5
  • Loading branch information
pierre-manchon authored Jan 10, 2024
1 parent 792ea0d commit e4163af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: sisppeo
version: 1.1.1
version: 1.1.2

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def readme():

setup(
name='SISPPEO',
version='1.1.1',
version='1.1.2',
description='Satellite Imagery & Signal Processing Packages for Earth Observation',
long_description=readme(),
url='https://github.com/inrae/SISPPEO',
Expand Down
2 changes: 1 addition & 1 deletion sisppeo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit e4163af

Please sign in to comment.