Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Aisuko authored Mar 30, 2024
1 parent a54e2d6 commit fd2a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ setup:

.PHONY: upload
upload:
twine upload dist/*
twine upload dist/* --verbose

.PHONY: export
export:
.PHONY: exportenv
exportenv:
conda env export > kimchi.yml


.PHONY: exit
exit:
conda deactivate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='kimchima',
version='0.1.0',
version='0.2.0',
author='Aisuko',
author_email='[email protected]',
description='A collection of tools for testing and dump llama2',
Expand Down

0 comments on commit fd2a589

Please sign in to comment.