Skip to content

Commit

Permalink
bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvc committed Apr 13, 2021
1 parent 6928409 commit 699767f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyre2" %}
{% set version = "0.3.4" %}
{% set version = "0.3.5" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# update the version both here and in conda.recipe/meta.yaml
__version__ = '0.3.4'
__version__ = '0.3.5'

# Convert distutils Windows platform specifiers to CMake -A arguments
PLAT_TO_CMAKE = {
Expand Down

0 comments on commit 699767f

Please sign in to comment.