Skip to content

Commit c2182be

Browse files
committed
doc and bump
1 parent f93d281 commit c2182be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def about_package(init_posixpath: pathlib.Path) -> dict:
264264
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
265265
"matplotlib": ("https://matplotlib.org/stable/", None),
266266
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
267-
"tfs-pandas": ("https://pylhc.github.io/tfs/", None),
268267
"tfs": ("https://pylhc.github.io/tfs/", None),
269268
"generic_parser": ("https://pylhc.github.io/generic_parser/", None),
270269
"omc3": ("https://pylhc.github.io/omc3/", None),

pylhc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = "pylhc"
1111
__description__ = "An accelerator physics script collection for the OMC team at CERN."
1212
__url__ = "https://github.com/pylhc/pylhc"
13-
__version__ = "0.8.0"
13+
__version__ = "0.8.1"
1414
__author__ = "pylhc"
1515
__author_email__ = "[email protected]"
1616
__license__ = "MIT"

0 commit comments

Comments
 (0)