From 772cb7f54fd5eb16b4cf70599289fbee03c2904c Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Sat, 26 Oct 2024 11:13:51 -0700 Subject: [PATCH] bump version to rc 1 --- osmnx/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmnx/_version.py b/osmnx/_version.py index c3fb3ed0..09e41d19 100644 --- a/osmnx/_version.py +++ b/osmnx/_version.py @@ -1,3 +1,3 @@ """OSMnx package version information.""" -__version__ = "2.0.0rc0" +__version__ = "2.0.0rc1"