From d92af65f416d447ae45d4a30bd86bd96d566d210 Mon Sep 17 00:00:00 2001 From: Andrew Nepogoda Date: Fri, 31 May 2024 15:18:26 +0200 Subject: [PATCH] bump version (#84) --- workflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/__init__.py b/workflow/__init__.py index 01d260f..02274f9 100644 --- a/workflow/__init__.py +++ b/workflow/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (0, 0, 47) +__version_info__ = (0, 0, 48) __version__ = ".".join(map(str, __version_info__))