Skip to content

Commit

Permalink
chore: Update version to 2.9.7 in conda/meta.yaml and include/fes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 17, 2024
1 parent c763c21 commit b9d8dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyfes" %}
{% set version = "2.9.5" %}
{% set version = "2.9.7" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion include/fes.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C"
#include <stdlib.h>

/// Library version
#define FES_VERSION "2.9.5"
#define FES_VERSION "2.9.7"
/**
@brief Possible type of access.
*/
Expand Down

0 comments on commit b9d8dbb

Please sign in to comment.