Skip to content

Commit b279e4c

Browse files
committed
Merge branch 'main' of github.com:OpenMS/pyopenms_viz
2 parents ada0f02 + 17e6450 commit b279e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyopenms_viz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import importlib
1010
import types
1111

12-
__version__ = "0.1.3"
12+
__version__ = "0.1.4"
1313

1414

1515
class PlotAccessor:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyopenms_viz"
77
module = "pyopenms_viz"
88
dist-name = "pyopenms_viz"
99
author = "OpenMS Team"
10-
version = "0.1.2"
10+
version = "0.1.3"
1111
author-email = "[email protected]"
1212
home-page = "https://github.com/OpenMS/pyopenms_viz/"
1313
description = "A package for visualizing mass spectrometry data using pandas dataframes"

0 commit comments

Comments
 (0)