We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde4737 commit 33f05b1Copy full SHA for 33f05b1
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "investec-python"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "A Python wrapper for the Investec Banking API"
5
authors = [
6
{name = "Rameez Khan", email = "rameez@rameezkhan.dev"},
@@ -23,7 +23,7 @@ lint = "mypy src/"
23
bump-version = "bump-my-version bump"
24
25
[tool.bumpversion]
26
-current_version = "1.0.1"
+current_version = "1.1.0"
27
commit = true
28
tag = true
29
0 commit comments