Skip to content

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Jul 29, 2024
1 parent 19d3615 commit 9d6b864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyft_bikes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <wd60622@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 9d6b864

Please # to comment.