We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a194f commit 38ca067Copy full SHA for 38ca067
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "mache" %}
2
-{% set version = "2.0.0rc2" %}
+{% set version = "2.0.0rc3" %}
3
4
package:
5
name: {{ name|lower }}
mache/version.py
@@ -1,3 +1,3 @@
__version_info__ = (2, 0, 0)
# __version__ = '.'.join(str(vi) for vi in __version_info__)
-__version__ = '2.0.0rc2'
+__version__ = '2.0.0rc3'
0 commit comments