diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm
index f2e14a0..993825c 100644
--- a/PerlMagick/Magick.pm
+++ b/PerlMagick/Magick.pm
@@ -30,7 +30,7 @@
       ConfigureError FatalErrorException
     );
 
-$VERSION = '6.7.0';
+$VERSION = '6.7.1';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL
index 17cd3f7..0d90a57 100644
--- a/PerlMagick/Makefile.PL
+++ b/PerlMagick/Makefile.PL
@@ -189,7 +189,7 @@
    'AUTHOR' => 'ImageMagick Studio LLC',
 
    # Module version
-   'VERSION' => '6.7.0',
+   'VERSION' => '6.7.1',
 
    # Preprocessor defines
    'DEFINE'	=> ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H',     # e.g., '-DHAVE_SOMETHING'