From 095e406714967579a3f10076260919cc28e63647 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Fri, 13 May 2022 05:53:55 +0100 Subject: [PATCH] bump version #s --- Cargo.toml | 6 +++--- NVDA-addon/buildVars.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a244d5c..14c7ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "libmathcat_py" crate-type = ["cdylib"] [dependencies.mathcat] -version = "0.1.21" +version = "0.1.22" # for testing MathCAT without having to publish a new version (change two occurences) # path = "../MathCAT/" @@ -23,9 +23,9 @@ features = ["extension-module", "abi3"] [build-dependencies] zip = { version = "0.6.2", default-features = false, features = ["deflate"] } -mathcat = "0.1.21" +mathcat = "0.1.22" # for testing MathCAT without having to publish a new version (change two occurences) -#mathcat = {version= "0.1.21", path = "../MathCAT/"} +#mathcat = {version= "0.1.22", path = "../MathCAT/"} [profile.release] diff --git a/NVDA-addon/buildVars.py b/NVDA-addon/buildVars.py index 476454e..dc6d690 100644 --- a/NVDA-addon/buildVars.py +++ b/NVDA-addon/buildVars.py @@ -29,7 +29,7 @@ def _(arg): The initial version of MathCAT is English-only but is designed with translations in mind. """), # version - "addon_version": "0.1.12", + "addon_version": "0.1.13", # Author(s) "addon_author": "Neil Soiffer ", # URL for the add-on documentation support