diff --git a/pyproject.toml b/pyproject.toml index 6b6b4da11b538a999ebbd7a547f57179f7cdfb27..c00dd27f72e1aa4c4acfb2c56a15964d94320731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.7.2" +version = "0.7.3" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = ["Vincent Texier <vit@free.fr>"] include = [ diff --git a/tikka/__init__.py b/tikka/__init__.py index 05c9b1aa8e91478391e4c9841c4ca2126ccd0104..117f11b65ea0fe36b37115f797baca777dcb3fea 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.7.2" +__version__ = "0.7.3"