diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a800c0..8dfdc4e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,7 @@ author = "NewStore GmbH" # The full version, including alpha/beta/rc tags -release = "1.0.1" +release = "1.0.2" # -- General configuration --------------------------------------------------- diff --git a/uiclasses/version.py b/uiclasses/version.py index 7748ae3..3a42989 100644 --- a/uiclasses/version.py +++ b/uiclasses/version.py @@ -18,4 +18,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -version = "1.0.1" +version = "1.0.2"