From 0f6f1190897c2d316366c571c48a65f9650537f9 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 May 2024 04:15:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.99.11=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platypush/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/__init__.py b/platypush/__init__.py index b9f3f1a130..abf0585d03 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -23,7 +23,7 @@ when = hook __author__ = 'Fabio Manganiello ' -__version__ = '0.99.11' +__version__ = '1.0.0' __all__ = [ 'Application', 'Variable', diff --git a/setup.cfg b/setup.cfg index c0d4f05312..3e88bf800e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.99.11 +current_version = 1.0.0 commit = True tag = True