Skip to content

Commit

Permalink
getting ready for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
balerion committed Dec 10, 2020
1 parent 8a132d8 commit 264e8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion processor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from . import utilities

__version__ = '1.0.2'
__version__ = '1.0.3'
__author__ = 'Yves Acremann, Steinn Ymir Agustsson, Davide Curcio, Rui Patrick Xian, Michael Heber, Maciej Dendzik'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy
from os import path

__version__ = '1.0.2'
__version__ = '1.0.3'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 264e8f0

Please sign in to comment.