Skip to content

Commit

Permalink
fix: add __init__.py to harmony_search (#67)
Browse files Browse the repository at this point in the history
* fix: add __init__.py to harmony_search

Without this, the module does not get installed correctly when
installing the package with pip.

---------

Co-authored-by: Gábor Boros <[email protected]>
  • Loading branch information
mtyaka and gabor-boros authored Mar 14, 2024
1 parent 63542c9 commit c016924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
Empty file.

0 comments on commit c016924

Please sign in to comment.