Skip to content

Commit

Permalink
new version with pypi image
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Mar 21, 2024
1 parent ff88bbf commit 5a353e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ clean: ##@Utils clean the project
@rm -f -R .idea
@rm -f -R tmp/
@rm -f -R cov_html/
@rm -f -R build/
@rm -f -R dist/
@rm -f -R selfclean.egg-info/

###########################
# DOCKER
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_requirements(filename):
name=PACKAGE_NAME,
packages=proj_packages,
package_dir={PACKAGE_NAME: SOURCE_DIRECTORY},
version="0.0.6",
version="0.0.7",
author="Fabian Groeger",
author_email="fabian.groeger@unibas.ch",
description="A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors.",
Expand Down

0 comments on commit 5a353e6

Please sign in to comment.