diff --git a/pyproject.toml b/pyproject.toml index 8ff1e1b9b02a89d090858b0a732959931d030618..f1f4ba82011e6f79aa525aa0cfc1d84668da8193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tikka" -version = "0.14.1" +version = "0.14.2" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = [{name = "Vincent Texier", email = "vit@free.fr"}] requires-python = ">=3.9" diff --git a/tikka/__init__.py b/tikka/__init__.py index 9979e0bf263536d8e3de443b8621e6d724dcee20..f4ca801972b10cdb14fede33f1c33d478b9c8990 100644 --- a/tikka/__init__.py +++ b/tikka/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = "0.14.1" +__version__ = "0.14.2"