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"]