We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada0f02 + 17e6450 commit b279e4cCopy full SHA for b279e4c
pyopenms_viz/__init__.py
@@ -9,7 +9,7 @@
9
import importlib
10
import types
11
12
-__version__ = "0.1.3"
+__version__ = "0.1.4"
13
14
15
class PlotAccessor:
pyproject.toml
@@ -7,7 +7,7 @@ name = "pyopenms_viz"
7
module = "pyopenms_viz"
8
dist-name = "pyopenms_viz"
author = "OpenMS Team"
-version = "0.1.2"
+version = "0.1.3"
author-email = "[email protected]"
home-page = "https://github.com/OpenMS/pyopenms_viz/"
description = "A package for visualizing mass spectrometry data using pandas dataframes"
0 commit comments