diff --git a/pyproject.toml b/pyproject.toml index 2f81b18b98f3c5d476548a3b01204943e893a383..1fb50d0fc2de1e5d365bad28b639d9b9e03634e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.7.0" +version = "0.7.1" 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 2edeb56e5632d90047f3e55ba23bf2a2b4da31ba..e290f437b92316668889c6a327d164e2ad1b25c7 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.0" +__version__ = "0.7.1"