From 370ee0fb0fcc7af8c283d6e94dacf8ab55c5eef8 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 10 Feb 2022 23:28:51 +0100 Subject: [PATCH] Bump to 2.10 (#131) --- fink_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_client/__init__.py b/fink_client/__init__.py index 2fe6555..ece2190 100644 --- a/fink_client/__init__.py +++ b/fink_client/__init__.py @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.9" +__version__ = "2.10" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc"