Skip to content

Commit 699767f

Browse files
committed
bump version again
1 parent 6928409 commit 699767f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyre2" %}
2-
{% set version = "0.3.4" %}
2+
{% set version = "0.3.5" %}
33

44
package:
55
name: {{ name|lower }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# update the version both here and in conda.recipe/meta.yaml
13-
__version__ = '0.3.4'
13+
__version__ = '0.3.5'
1414

1515
# Convert distutils Windows platform specifiers to CMake -A arguments
1616
PLAT_TO_CMAKE = {

0 commit comments

Comments
 (0)