Skip to content

Commit

Permalink
bump: 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 30, 2022
1 parent eb454cc commit 1f1d93d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGES.md
@@ -1,8 +1,13 @@

## 6.0.0
## 6.0.2

- init maintainance
- Add publish command to setup

## 6.0.1

- fix docker
- fix docker

## 6.0.0

- init maintainance

5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,10 @@ def get_long_description() -> str:
(CURRENT_DIR / "README.md").read_text(encoding="utf8")
)


if sys.argv[-1] == "publish": # requests
os.system("python setup.py sdist") # bdist_wheel
os.system("twine upload dist/* --skip-existing")
sys.exit()

setup(
name="honeybot",
Expand Down
2 changes: 1 addition & 1 deletion src/honeybot/__init__.py
@@ -1 +1 @@
__version__ = "6.0.1"
__version__ = "6.0.2"

0 comments on commit 1f1d93d

Please sign in to comment.