Skip to content

Commit 25ed9fc

Browse files
committed
Bump version to 2.7.4
1 parent 1c8f85a commit 25ed9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.. _GitHub: https://github.com/PierreRaybaut/plotpy
2121
"""
2222

23-
__version__ = "2.7.3"
23+
__version__ = "2.7.4"
2424
__VERSION__ = tuple([int(number) for number in __version__.split(".")])
2525

2626
# --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools

0 commit comments

Comments
 (0)