File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.4
2+ current_version = 1.0.5
33commit = True
44
55[bumpversion:file:tfs/__init__.py]
Original file line number Diff line number Diff line change 6767# built documents.
6868#
6969# The short X.Y version.
70- version = u'1.0.4 '
70+ version = u'1.0.5 '
7171# The full version, including alpha/beta/rc tags.
72- release = u'1.0.4 '
72+ release = u'1.0.5 '
7373
7474# The language for content autogenerated by Sphinx. Refer to documentation
7575# for a list of supported languages.
Original file line number Diff line number Diff line change 11"""Exposes TfsDataFrame, read_tfs and write_tfs directly in tfs namespace."""
22from tfs .handler import read_tfs , write_tfs , TfsDataFrame
3- __version__ = "1.0.4 "
3+ __version__ = "1.0.5 "
44# aliases
55read = read_tfs
66write = write_tfs
You can’t perform that action at this time.
0 commit comments