Skip to content

Commit

Permalink
update version 0.4.17 to support shapely 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed Dec 25, 2022
1 parent 8b60e9d commit 435d630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
author = 'Qing Yu'

# The full version, including alpha/beta/rc tags
release = '0.4.16'
version = '0.4.16'
release = '0.4.17'
version = '0.4.17'
html_logo = "_static/logo-wordmark-light.png"
html_favicon = '_static/logo2.ico'
# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="transbigdata",
version="0.4.16",
version="0.4.17",
author="Qing Yu",
author_email="[email protected]",
description="A Python package developed for transportation spatio-temporal big data processing and analysis.",
Expand Down
2 changes: 1 addition & 1 deletion src/transbigdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

__version__ = '0.4.16'
__version__ = '0.4.17'
__author__ = 'Qing Yu <[email protected]>'

# module level doc-string
Expand Down

0 comments on commit 435d630

Please sign in to comment.