From 9d6b864f60d0e5a2e796fbc23e537a347fbba788 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Mon, 29 Jul 2024 09:25:46 +0200 Subject: [PATCH] up the version --- lyft_bikes/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lyft_bikes/__init__.py b/lyft_bikes/__init__.py index ad819d0..e653e0e 100644 --- a/lyft_bikes/__init__.py +++ b/lyft_bikes/__init__.py @@ -11,7 +11,7 @@ from lyft_bikes.geo import read_fee_boundary -__version__ = "0.1.2" +__version__ = "0.1.3" def chicago_only_error(func) -> None: diff --git a/pyproject.toml b/pyproject.toml index b1affdd..da7e167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyft-bikes" -version = "0.1.2" +version = "0.1.3" description = "Python Client for Lyft Bike Sharing Data." authors = ["Will Dean "] license = "MIT"