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 800cf89 commit 32511caCopy full SHA for 32511ca
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "mache" %}
2
-{% set version = "2.0.0rc1" %}
+{% set version = "2.0.0rc2" %}
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.0rc1'
+__version__ = '2.0.0rc2'
0 commit comments