Skip to content

Commit

Permalink
release: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored Oct 25, 2021
1 parent 22bfa69 commit 14a141e
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.6"
__version__ = "0.0.7"

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 14a141e

Please sign in to comment.