Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Aug 1, 2024
1 parent 57c2446 commit f46bc17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: dist
.PHONY: dist
dist: venv/manifest.txt
dist: veryclean venv/manifest.txt
./venv/bin/poetry build

.PHONY: lint
Expand All @@ -24,6 +24,10 @@ veryclean: clean
veryclean:
rm -rf venv/

.PHONY: update_package
update_package: dist
python3 -m twine upload dist/*

.PHONY: clean
clean:
rm -rf build/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ipmgr"
version = "1.0.5"
version = "1.0.6"
description = "Package manager for Open Source ASIC IPs"
authors = ["Efabless Corporation <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f46bc17

Please sign in to comment.