Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jan 7, 2025
1 parent 44b8e98 commit aac2fbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.3.1'
__version__ = '1.4.0'

# module level doc-string
__doc__ = """
Expand Down Expand Up @@ -58,7 +58,7 @@
>>> model.plot()
>>>
>>> # Move the images
>>> model.move()
>>> model.move_to_dir(gui=True)
References
----------
Expand Down
2 changes: 1 addition & 1 deletion undouble/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
model.plot()

# Move the images
# model.move()
# model.move_to_dir()

# %%
model.plot_hash()
Expand Down
2 changes: 1 addition & 1 deletion undouble/undouble.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Undouble():
>>> model.plot()
>>>
>>> # Move the images
>>> model.move(filters='location')
>>> model.move_to_dir(filters='location')
References
----------
Expand Down

0 comments on commit aac2fbf

Please sign in to comment.