From 66893f91591b0da97a036b7c6299926224e881a8 Mon Sep 17 00:00:00 2001 From: "Samuel S. Watson" Date: Sat, 2 Mar 2024 01:02:49 -0500 Subject: [PATCH 1/2] bump version --- railib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railib/__init__.py b/railib/__init__.py index ed48436..1ca8005 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, 7, 0) +__version_info__ = (0, 7, 1) __version__ = ".".join(map(str, __version_info__)) From 8fbf2255042d84efb48b0b1abab445770b156395 Mon Sep 17 00:00:00 2001 From: "Samuel S. Watson" Date: Sat, 2 Mar 2024 01:04:16 -0500 Subject: [PATCH 2/2] bump version again --- railib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railib/__init__.py b/railib/__init__.py index 1ca8005..121b645 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, 7, 1) +__version_info__ = (0, 7, 2) __version__ = ".".join(map(str, __version_info__))