Skip to content

Commit

Permalink
Merge pull request #53 from cal-itp/rectify-calitp-version
Browse files Browse the repository at this point in the history
fix(calitp): bumping up the calitp version in __init__.py to match release tag and title
  • Loading branch information
charlie-costanzo authored Apr 8, 2022
2 parents 8efc8e5 + c769ee7 commit 25dd71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calitp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa

__version__ = "0.0.13"
__version__ = "0.0.15"

from .sql import get_table, write_table, query_sql, to_snakecase, get_engine
from .storage import save_to_gcfs, read_gcfs

0 comments on commit 25dd71f

Please sign in to comment.