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