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 6928409 commit 699767fCopy full SHA for 699767f
conda.recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "pyre2" %}
2
-{% set version = "0.3.4" %}
+{% set version = "0.3.5" %}
3
4
package:
5
name: {{ name|lower }}
setup.py
@@ -10,7 +10,7 @@
10
11
12
# update the version both here and in conda.recipe/meta.yaml
13
-__version__ = '0.3.4'
+__version__ = '0.3.5'
14
15
# Convert distutils Windows platform specifiers to CMake -A arguments
16
PLAT_TO_CMAKE = {
0 commit comments