Skip to content

Commit 96e36d6

Browse files
committed
bumped version to 0.2.3
1 parent 14d313c commit 96e36d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

anamic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22
import logging
33

4-
__version__ = '0.2.2'
4+
__version__ = '0.2.3'
55

66
from . import simulator
77
from . import imaging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
setup(name="anamic",
6-
version='0.2.2',
6+
version='0.2.3',
77
author='Hadrien Mary',
88
author_email='hadrien.mary@gmail.com',
99
url='https://github.com/hadim/anamic/',

0 commit comments

Comments
 (0)