diff --git a/Setup.hs b/Setup.hs
new file mode 100644
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import           Distribution.Simple
+main = defaultMain
diff --git a/Version.hs b/Version.hs
--- a/Version.hs
+++ b/Version.hs
@@ -16,4 +16,4 @@
 programName = "htalkat"
 
 version :: String
-version = "0.1.2"
+version = "0.1.2.1"
diff --git a/htalkat.cabal b/htalkat.cabal
--- a/htalkat.cabal
+++ b/htalkat.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               htalkat
-version:            0.1.2
+version:            0.1.2.1
 license:            GPL-3
 license-file:       COPYING
 maintainer:         mbays@sdf.org
