Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
praneethd7 committed Feb 14, 2024
1 parent 06b53d7 commit 1a8088a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtfs_segments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The gtfs_segments package main init file.
"""
__version__ = "0.1.0"
__version__ = "0.2.0"
from .geom_utils import view_heatmap, view_spacings, view_spacings_interactive
from .gtfs_segments import get_gtfs_segments, pipeline_gtfs, process_feed
from .mobility import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.1.0"
__version__ = "0.2.0"
DESCRIPTION = "GTFS segments"
with open("README.md", "r", encoding="utf8") as fh:
LONG_DESCRIPTION = fh.read()
Expand Down

0 comments on commit 1a8088a

Please sign in to comment.