From 218baa96176d9ddf70b596839f57ce5e31b5dcb0 Mon Sep 17 00:00:00 2001 From: Anatoli Kurtsevich Date: Tue, 6 Jun 2023 09:43:10 -0400 Subject: [PATCH] prepping for release 0.6.12 --- railib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railib/__init__.py b/railib/__init__.py index 5118180..c4ba91c 100644 --- a/railib/__init__.py +++ b/railib/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (0, 6, 11) +__version_info__ = (0, 6, 12) __version__ = ".".join(map(str, __version_info__))