-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
004ada2
commit 3d47979
Showing
7 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+13.2 KB
...-client/dist/opol-0.1.29-py3-none-any.whl → ...-client/dist/opol-0.1.30-py3-none-any.whl
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "opol" | ||
version = "0.1.29" | ||
version = "0.1.30" | ||
description = "Main API client to interact with all OPOL services." | ||
authors = [ | ||
{ name = "Jim Vincent Wagner", email = "[email protected]" } | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# setup.cfg | ||
[metadata] | ||
name = opol | ||
version = 0.1.29 | ||
version = 0.1.30 | ||
author = Jim Vincent Wagner | ||
author_email = [email protected] | ||
description = Main API client to interact with all opol services. | ||
|