diff --git a/docs/conf.py b/docs/conf.py index 3e7fb0e..194b39f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ copyright = u'2012, Elm City Labs LLC' version = "1.4" -release = "1.4.0" +release = "1.4.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ecl_facebook/metadata.py b/ecl_facebook/metadata.py index 65e478b..1439fa3 100644 --- a/ecl_facebook/metadata.py +++ b/ecl_facebook/metadata.py @@ -1,4 +1,4 @@ -__version__ = "1.4.0" +__version__ = "1.4.1" __author__ = "Dan Loewenherz" __copyright__ = "Copyright 2012, Elm City Labs, LLC" __maintainer__ = "Dan Loewenherz"