From 4cbddc0e8ffc171d19bad11730fac40489fb08aa Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Wed, 31 Mar 2021 17:31:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 034457c..e456d68 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 1feb4de..057ed19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xcat" -version = "1.1.0" +version = "1.2.0" description = "A command line tool to automate the exploitation of blind XPath injection vulnerabilities" license = "MIT" classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License"]