Skip to content

Commit

Permalink
ready to update 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed Oct 6, 2022
1 parent 8af1832 commit 554f060
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
author = 'Qing Yu'

# The full version, including alpha/beta/rc tags
release = '0.4.13'
version = '0.4.13'
release = '0.4.14'
version = '0.4.14'
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.13",
version="0.4.14",
author="Qing Yu",
author_email="yuq@sustech.edu.cn",
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.13'
__version__ = '0.4.14'
__author__ = 'Qing Yu <yuq@sustech.edu.cn>'

# module level doc-string
Expand Down
1 change: 0 additions & 1 deletion src/transbigdata/tests/test_getbusdata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import transbigdata as tbd
import numpy as np

class TestGetbusdata:
def test_getbusdata(self):
Expand Down

0 comments on commit 554f060

Please sign in to comment.