Skip to content

Commit

Permalink
minor issue with logo+url
Browse files Browse the repository at this point in the history
  • Loading branch information
javadr committed May 4, 2022
1 parent 94234a7 commit 24e7046
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.2.0 - 2022-05-04
0.2.1 - 2022-05-04
-- minor issue with logo and url

0.2 - 2022-05-04
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pins: ver
pip install negar-gui==$(VER)

upypi: setup
twine upload dist/negar-gui-$(VER).tar.gz
twine upload "dist/negar-gui-$(VER).tar.gz"

utest: setup
twine upload -r testpypi dist/negar-gui-$(VER).tar.gz
twine upload -r testpypi "dist/negar-gui-$(VER).tar.gz"

upload: setup upypi utest

Expand Down
2 changes: 1 addition & 1 deletion negar_gui/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pathlib import Path

__version__ = "0.2.0"
__version__ = "0.2.1"

LOGO = (Path(__file__).parent.absolute()/"icons/logo.png").as_posix()

0 comments on commit 24e7046

Please sign in to comment.