diff --git a/language-python-test.cabal b/language-python-test.cabal
--- a/language-python-test.cabal
+++ b/language-python-test.cabal
@@ -1,12 +1,12 @@
 name:                language-python-test
-version:             0.5.3
+version:             0.5.4
 cabal-version:       >= 1.6
 synopsis:            testing code for the language-python library
 description:         testing code for the language-python library
 category:            Language
 license:             BSD3
 license-file:        LICENSE
-copyright:           (c) 2014-2015 Bernard James Pope
+copyright:           (c) 2014-2016 Bernard James Pope
 author:              Bernard James Pope (Bernie Pope)
 maintainer:          florbitous@gmail.com
 homepage:            http://github.com/bjpop/language-python-test
@@ -22,18 +22,18 @@
       ./src
    main-is: RoundTrip.hs
    other-modules:
-   build-depends:    base == 4.*, language-python == 0.5.3
+   build-depends:    base == 4.*, language-python == 0.5.4
 
 Executable language-python-tokens
    hs-source-dirs:
       ./src
    main-is: Tokens.hs
    other-modules:
-   build-depends:    base == 4.*, language-python == 0.5.3
+   build-depends:    base == 4.*, language-python == 0.5.4
 
 Executable language-python-parse-pretty
    hs-source-dirs:
       ./src
    main-is: ParsePretty.hs
    other-modules:
-   build-depends:    base == 4.*, language-python == 0.5.3
+   build-depends:    base == 4.*, language-python == 0.5.4
