diff --git a/not-gloss.cabal b/not-gloss.cabal
--- a/not-gloss.cabal
+++ b/not-gloss.cabal
@@ -1,5 +1,5 @@
 name:                not-gloss
-version:             0.3.0
+version:             0.3.0.1
 stability:           Experimental
 synopsis:            Painless 3D graphics, no affiliation with gloss
 description:{
@@ -8,7 +8,7 @@
 This is an early release and the api will certainly change.
 Note that transparency can be controlled by the alpha value: "makeColor r g b alpha" but that you must draw objects from back to front for transparency to properly work (just put clear things last).
 Also, transparent ellipsoids and cylinders have ugly artifacts, sorry.
-Look at the example `Example.hs` to get started.
+Look at the complimentary package not-gloss-examples to get started.
 }
 license:             BSD3
 license-file:        LICENSE
