diff --git a/ministg.cabal b/ministg.cabal
--- a/ministg.cabal
+++ b/ministg.cabal
@@ -1,5 +1,5 @@
 name:                ministg
-version:             0.1
+version:             0.2
 cabal-version:       >= 1.6
 synopsis:            an interpreter for an operational semantics for the STG machine. 
 description:         ministg is an interpreter for a simple high-level operational semantics for the STG machine. The
diff --git a/src/Ministg/Options.hs b/src/Ministg/Options.hs
--- a/src/Ministg/Options.hs
+++ b/src/Ministg/Options.hs
@@ -39,7 +39,7 @@
 
 -- This should really come from the cabal file somehow.
 versionNumber :: String
-versionNumber = "0.1"
+versionNumber = "0.2"
 
 versionInfo :: String
 versionInfo = unwords [programName, "version", versionNumber]
