Skip to content

Commit

Permalink
Merge pull request #2 from boasvdp/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
boasvdp authored Nov 10, 2023
2 parents 206df32 + e985b44 commit 6ed34e6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.conda
.snakemake
.vscode
*.pyc
*.pyc
dist
Binary file removed dist/skiml_cluster-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/skiml_cluster-0.0.1.tar.gz
Binary file not shown.
Binary file removed dist/skiml_cluster-0.0.2-py3-none-any.whl
Binary file not shown.
Binary file removed dist/skiml_cluster-0.0.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/skiml_cluster/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present boasvdp <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 6ed34e6

Please sign in to comment.