From 6c6c03367f3c4ccb19122f8efd1f487667df97d3 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Wed, 25 Oct 2023 14:15:59 -0400 Subject: [PATCH] bump _restclient version 3.0.5 -> 3.1.0 --- python/_restclient/src/hydrotools/_restclient/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/_restclient/src/hydrotools/_restclient/_version.py b/python/_restclient/src/hydrotools/_restclient/_version.py index e94f36fe..f5f41e56 100644 --- a/python/_restclient/src/hydrotools/_restclient/_version.py +++ b/python/_restclient/src/hydrotools/_restclient/_version.py @@ -1 +1 @@ -__version__ = "3.0.5" +__version__ = "3.1.0"