diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2012 Simon Hengel <sol@typeful.net>
+Copyright (c) 2009-2013 Simon Hengel <sol@typeful.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/doctest.cabal b/doctest.cabal
--- a/doctest.cabal
+++ b/doctest.cabal
@@ -1,5 +1,5 @@
 name:             doctest
-version:          0.9.5
+version:          0.9.5.1
 synopsis:         Test interactive Haskell examples
 description:      The doctest program checks examples in source code comments.
                   It is modeled after doctest for Python
@@ -12,7 +12,7 @@
 homepage:         https://github.com/sol/doctest-haskell#readme
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2009-2012 Simon Hengel
+copyright:        (c) 2009-2013 Simon Hengel
 author:           Simon Hengel <sol@typeful.net>
 maintainer:       Simon Hengel <sol@typeful.net>
 build-type:       Simple
@@ -47,7 +47,7 @@
   build-depends:
       base          == 4.*
     , ghc           >= 7.0 && < 7.8
-    , syb           >= 0.3 && < 0.4
+    , syb           >= 0.3 && < 0.5
     , deepseq
     , directory
     , filepath
