We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc928a commit 2a37bddCopy full SHA for 2a37bdd
plotpy/__init__.py
@@ -20,7 +20,7 @@
20
.. _GitHub: https://github.com/PierreRaybaut/plotpy
21
"""
22
23
-__version__ = "2.4.0"
+__version__ = "2.4.1"
24
__VERSION__ = tuple([int(number) for number in __version__.split(".")])
25
26
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
0 commit comments