We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8031a commit ad11ec8Copy full SHA for ad11ec8
.bumpversion.cfg
@@ -1,2 +1,2 @@
1
[bumpversion]
2
-current_version = 1.21.0
+current_version = 1.22.0
setup.py
@@ -24,7 +24,7 @@
24
requirements.append('mamba>=0.11.0')
25
setup(
26
name='destral',
27
- version='1.21.0',
+ version='1.22.0',
28
packages=find_packages(),
29
url='https://github.com/gisce/destral',
30
install_requires=requirements,
0 commit comments