diff --git a/camel_tools/VERSION b/camel_tools/VERSION index 7f20734..1cc5f65 100644 --- a/camel_tools/VERSION +++ b/camel_tools/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d171cf..cb9cab1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,9 +27,9 @@ author = 'Ossama W. Obeid' # The short X.Y version -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags -release = '1.0.1' +release = '1.1.0' # -- General configuration ---------------------------------------------------