From eeeb8ac72b22d4b75688126848040ae048a79e00 Mon Sep 17 00:00:00 2001 From: voronin9032 Date: Sat, 18 Jun 2022 08:15:22 +0300 Subject: [PATCH] Bumb version --- pyproject.toml | 2 +- traps/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db59cbc..a37fdf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "traps" -version = "2.0.1" +version = "3.0.0" description = "How about you pip install some traps?" readme = "README.md" authors = [ diff --git a/traps/__init__.py b/traps/__init__.py index ad9ad1e..a8a87d7 100644 --- a/traps/__init__.py +++ b/traps/__init__.py @@ -1,4 +1,4 @@ from .downloader import get -__version__ = "2.0.1" +__version__ = "3.0.0" __all__ = ["get"]