diff --git a/README.md b/README.md index 7dd42fa4..116b3ce2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - +
diff --git a/bookmarks/__init__.py b/bookmarks/__init__.py
index 9841ac9d..59e139e9 100644
--- a/bookmarks/__init__.py
+++ b/bookmarks/__init__.py
@@ -76,7 +76,7 @@
.. |label3| image:: https://img.shields.io/badge/Platform-Windows-lightgrey
:height: 18
-.. |label4| image:: https://img.shields.io/badge/Version-v0.9.0-green
+.. |label4| image:: https://img.shields.io/badge/Version-v0.9.1-green
:height: 18
.. |image1| image:: ./images/active_bookmark.png
@@ -100,7 +100,7 @@
__email__ = 'hello@gergely-wootsch.com'
#: Project version
-__version__ = '0.9.0'
+__version__ = '0.9.1'
#: Project version
__version_info__ = __version__.split('.')
diff --git a/bookmarks/maya/plugin.py b/bookmarks/maya/plugin.py
index 01aa229d..641263cb 100644
--- a/bookmarks/maya/plugin.py
+++ b/bookmarks/maya/plugin.py
@@ -17,7 +17,7 @@
product = 'bookmarks'
__author__ = 'Gergely Wootsch'
-__version__ = '0.9.0'
+__version__ = '0.9.1'
maya_useNewAPI = True
diff --git a/docs/src/conf.py b/docs/src/conf.py
index 420d1b59..f238bdff 100644
--- a/docs/src/conf.py
+++ b/docs/src/conf.py
@@ -33,7 +33,7 @@
author = 'Gergely Wootsch'
# The full version, including alpha/beta/rc tags
-release = '0.9.0'
+release = '0.9.1'
html_baseurl = 'https://bookmarks-vfx.com'
html_extra_path = [
diff --git a/docs/src/guide.rst b/docs/src/guide.rst
index 4a4e1f0f..5c4e787c 100644
--- a/docs/src/guide.rst
+++ b/docs/src/guide.rst
@@ -25,7 +25,7 @@ Get Bookmarks
The project is hosted on `Github