Skip to content

Commit

Permalink
fix: lock pygame version to force use pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
julianolf committed Jul 5, 2020
1 parent f367f8d commit f3758a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pythons"
version = "0.1.0"
version = "0.1.1"
description = "Yet another snake game written in Python"
authors = ["Juliano Fernandes <julianofernandes@gmail.com>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
pygame = {version = "*", allow-prereleases = true}
pygame = "2.0.0.dev10"

[tool.poetry.dev-dependencies]
black = {version = "*", allow-prereleases = true}
Expand Down

0 comments on commit f3758a5

Please sign in to comment.