From 38a02741e8083a709b4b6a5d97c896db01634764 Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Mon, 1 Mar 2021 23:05:10 +0000 Subject: [PATCH] global: bump version to 0.2.2 --- hepdata_converter_ws_client/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hepdata_converter_ws_client/version.py b/hepdata_converter_ws_client/version.py index e1c3df9..028ab13 100644 --- a/hepdata_converter_ws_client/version.py +++ b/hepdata_converter_ws_client/version.py @@ -2,4 +2,4 @@ # this file ideally should only contain __version__ declaration, as anything else # may break setup.py and PyPI uploads -__version__ = '0.2.1' +__version__ = '0.2.2'