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