Skip to content

Commit 65a7df1

Browse files
committed
1.1.1
1 parent fac8285 commit 65a7df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neurofinder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .main import load, match, centers, shapes
22

3-
__version__='1.1.0'
3+
__version__='1.1.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
version = '1.1.0'
5+
version = '1.1.1'
66

77
required = open('requirements.txt').read().split('\n')
88

0 commit comments

Comments
 (0)