Skip to content

Commit

Permalink
chg: Bump version, minimal python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 2, 2021
1 parent 7586aec commit 3eace04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylookyloo"
version = "1.4.1"
version = "1.5.0"
description = "Python CLI and module for Lookyloo"
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -30,7 +30,7 @@ include = ['README.md']
lookyloo = 'pylookyloo:main'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
requests = "^2.22.0"
Sphinx = { version = "^3.5.3", optional = true }
myst-parser = { version = "^0.13.5", optional = true }
Expand Down

0 comments on commit 3eace04

Please sign in to comment.