diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -15,3 +15,6 @@
 
 0.1.0.5:
 		* added a destroy method
+
+0.1.0.6:
+		* export destroy method
diff --git a/lib/Graphics/Rendering/Plot/Gtk.hs b/lib/Graphics/Rendering/Plot/Gtk.hs
--- a/lib/Graphics/Rendering/Plot/Gtk.hs
+++ b/lib/Graphics/Rendering/Plot/Gtk.hs
@@ -15,7 +15,7 @@
 module Graphics.Rendering.Plot.Gtk (
                                     -- * Interface
                                     PlotHandle()
-                                    , display
+                                    , display, destroy
                                     , withPlotHandle
                                     , writePlotHandle
                                     -- * Example
diff --git a/plot-gtk.cabal b/plot-gtk.cabal
--- a/plot-gtk.cabal
+++ b/plot-gtk.cabal
@@ -1,5 +1,5 @@
 Name:                plot-gtk
-Version:             0.1.0.5
+Version:             0.1.0.6
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010
