Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Mar 25, 2022
1 parent 065a82c commit f28946f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ numpy
tqdm
clustimage
ismember

2 changes: 1 addition & 1 deletion undouble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.2.0'
__version__ = '1.2.1'

# module level doc-string
__doc__ = """
Expand Down
3 changes: 0 additions & 3 deletions undouble/examples.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# %%
# from undouble import Undouble
# import undouble
# print(dir(undouble))
# print(undouble.__version__)

targetdir = 'D://magweg/101_ObjectCategories'

# %%
# Import library
from undouble import Undouble
Expand Down

0 comments on commit f28946f

Please sign in to comment.