Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
weissecj committed May 25, 2024
1 parent 8dbe93a commit 4e37625
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed dist/mambular-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/mambular-0.1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read_requirements():

setup(
name="mambular", # Replace with your package's name
version="0.1.0", # The current version of your package
version="0.1.2", # The current version of your package
author="Anton Thielmann", # Replace with your name
author_email="[email protected]", # Replace with your email
description="A python package for tabular deep learning with mamba blocks", # A short description of your package
Expand Down

0 comments on commit 4e37625

Please sign in to comment.