diff --git a/pyproject.toml b/pyproject.toml index ad498d3..4eaecab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bitssh" -version = "1.1.3" +version = "2.0.0" description = "A command-line tool for managing SSH connections" readme = "README.md" authors = [{ name = "Kanishk Pachauri", email = "itskanishkp.py@gmail.com" }] @@ -32,7 +32,7 @@ Docs = "https://github.com/Mr-Sunglasses/bitssh/blob/master/docs/docs.md" bitssh = "bitssh.__main__:main" [tool.bumpver] -current_version = "1.1.3" +current_version = "2.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true @@ -41,4 +41,4 @@ push = false [tool.bumpver.file_patterns] "pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"'] -"src/__init__.py" = ["{version}"] \ No newline at end of file +"src/bitssh/__init__.py" = ["{version}"]