Skip to content

Commit 223faaf

Browse files
committed
Release 0.3.0
1 parent 892c53c commit 223faaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.2.1" %}
1+
{% set version = "0.3.0" %}
22

33
package:
44
name: pysnom

pySNOM/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .spectra import NeaSpectrum
1010
from .interferograms import NeaInterferogram
1111

12-
__version__ = "0.2.1"
12+
__version__ = "0.3.0"
1313
__author__ = "Gergely Németh, Ferenc Borondics"
1414
__credits__ = "Wigner Research Centre for Physics, Synchrotron SOLEIL"
1515
__all__ = [

0 commit comments

Comments
 (0)