Skip to content

Commit e967c05

Browse files
committed
bump version
1 parent 8ab3163 commit e967c05

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.dev0" %}
2+
{% set version = "0.3.4" %}
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.dev0'
13+
__version__ = '0.3.4'
1414

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

0 commit comments

Comments
 (0)