Skip to content

Commit

Permalink
bug fix setup (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar authored Feb 27, 2023
1 parent 7e26912 commit eef3233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.1
-----
- Bug fix setup


0.5.0
-----
- Sending slack alerts for not 0 return codes
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="cicada",
version="0.5.0",
version="0.5.1",
description="Lightweight, agent-based, distributed scheduler",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -29,7 +29,7 @@
"dev": [
"pytest==7.2.0",
"pytest-cov==4.0.0",
"pytest-mock==3.10.0"
"pytest-mock==3.10.0",
"black==22.12.0",
"flake8==6.0.0",
"freezegun==1.2.2",
Expand Down

0 comments on commit eef3233

Please sign in to comment.