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"