Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed May 13, 2020
1 parent 52be7c3 commit 848cb99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "pyinterp" %}
{% set version = "0.3.1" %}
{% set version = "0.3.2" %}

package:
name: {{ name|lower }}
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
author = 'CNES/CLS'

# The short X.Y version
version = '0.3.1'
version = '0.3.2'
# The full version, including alpha/beta/rc tags
release = '0.3.1'
release = '0.3.2'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions src/pyinterp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

def release() -> str:
"""Returns the software version number"""
return "0.3.1"
return "0.3.2"


def date() -> str:
"""Returns the creation date of this release"""
return "17 April 2020"
return "13 May 2020"

0 comments on commit 848cb99

Please sign in to comment.