Skip to content

Commit

Permalink
bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jun 18, 2019
1 parent 6e0075a commit 65a2181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anamic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
import logging

__version__ = "0.2.1"
__version__ = '0.2.2'

from . import simulator
from . import imaging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="anamic",
version='0.2.1',
version='0.2.2',
author='Hadrien Mary',
author_email='hadrien.mary@gmail.com',
url='https://github.com/hadim/anamic/',
Expand Down

0 comments on commit 65a2181

Please sign in to comment.