Skip to content

Commit b05b3cb

Browse files
committed
Bump version: 1.0.4 → 1.0.5
1 parent 31bb75c commit b05b3cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.5
33
commit = True
44

55
[bumpversion:file:tfs/__init__.py]

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
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.

tfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Exposes TfsDataFrame, read_tfs and write_tfs directly in tfs namespace."""
22
from tfs.handler import read_tfs, write_tfs, TfsDataFrame
3-
__version__ = "1.0.4"
3+
__version__ = "1.0.5"
44
# aliases
55
read = read_tfs
66
write = write_tfs

0 commit comments

Comments
 (0)