We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6db96 commit c9f7be2Copy full SHA for c9f7be2
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.1.1
3
tag = True
4
commit = True
5
pyproject.toml
@@ -10,7 +10,7 @@ maintainers = [
10
urls.Documentation = "https://lhqing.github.io/ALLCools/intro.html"
11
urls.Source = "https://github.com/lhqing/ALLCools"
12
urls.Home-page = "https://github.com/lhqing/ALLCools"
13
-version = "1.1.0"
+version = "1.1.1"
14
requires-python = ">=3.7"
15
license = { file = "LICENSE" }
16
readme = "README.md"
0 commit comments