This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some small dedup function refactor to make it simple (#38)
* small refactor * linter love * bump version
- Loading branch information
Anton Sapozhnikov
authored
Mar 26, 2020
1 parent
9a938af
commit 40a8bb1
Showing
2 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
setuptools.setup( | ||
name="comet-core", | ||
version="2.5.0", | ||
version="2.5.1", | ||
url="https://github.com/spotify/comet-core", | ||
author="Spotify Platform Security", | ||
author_email="[email protected]", | ||
|