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 `_. -.. admonition:: Download the latest Windows release: `Bookmarks v0.9.0 `_ +.. admonition:: Download the latest Windows release: `Bookmarks v0.9.1 `_ ☹ Currently, Bookmarks only supports Windows. diff --git a/package/CMakeLists.txt b/package/CMakeLists.txt index 51b70d8f..7b60b07a 100644 --- a/package/CMakeLists.txt +++ b/package/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) project( Bookmarks - VERSION 0.9.0 + VERSION 0.9.1 DESCRIPTION "Bookmarks is a lightweight asset manager for digital artists working in the animation, motion graphics and VFX industries." HOMEPAGE_URL "https://bookmarks-vfx.com" )