Skip to content

Commit

Permalink
Add semantic-version to dependencies, bump version to 0.6.3-alpha.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
azawlocki authored Aug 12, 2021
1 parent 0804a5a commit 36f6aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36f6aa9

Please sign in to comment.