From 17b5203aad7a5f062214c3e56545742ea5c3de2f Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Wed, 23 Aug 2023 11:23:37 +0200 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ec9843b..83446ec 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright (c) 2020-2022 INRAE +Copyright (c) 2020-2023 INRAE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -28,7 +28,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="decloud", - version="1.3", + version="1.4", author="Remi Cresson, Nicolas Narçon, Benjamin Commandre", author_email="remi.cresson@inrae.fr", description="Deep learning based reconstruction of optical time series using SAR imagery", -- GitLab