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.
1 parent cf84a6c commit 29ccd15Copy full SHA for 29ccd15
patchworklib/patchworklib.py
@@ -42,7 +42,7 @@
42
matplotlib.rcParams['xtick.major.size'] = 4
43
matplotlib.rcParams['ytick.major.size'] = 4
44
45
-__version__ = "0.4.0"
+__version__ = "0.4.2"
46
_basefigure = plt.figure(figsize=(1,1))
47
_axes_dict = {}
48
_removed_axes = {}
0 commit comments