-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add semantic-version to dependencies, bump version to 0.6.3-alpha.1 (#…
…591)
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "yapapi" | ||
version = "0.6.3-alpha.0" | ||
version = "0.6.3-alpha.1" | ||
description = "High-level Python API for the New Golem" | ||
authors = ["Przemysław K. Rekucki <[email protected]>", "GolemFactory <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|
@@ -36,6 +36,7 @@ ya-aioclient = "^0.5.0" | |
toml = "^0.10.1" | ||
srvresolver = "^0.3.5" | ||
colorama = "^0.4.4" | ||
semantic-version="^2.8" | ||
|
||
# Adding `goth` to dependencies causes > 40 additional packages to be installed. Given | ||
# that dependency resolution in `poetry` is rather slow, we'd like to avoid installing | ||
|