Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Apr 19, 2019
1 parent 27225f6 commit db5b33a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dephell/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = '0.4.1'
__version__ = '0.5.0'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ command = "sphinx-build -M html docs docs/build"

[tool.poetry]
name = "dephell"
version = "0.4.1"
version = "0.5.0"
authors = ["Gram <master_fess@mail.ru>"]
description = "Dependency resolution for Python"
readme = "README.md"
Expand Down Expand Up @@ -129,6 +129,6 @@ sphinx-rtd-theme = "*"
pygments-github-lexers = "*"

[tool.poetry.extras]
full = ["aiofiles", "autopep8", "colorama", "graphviz", "yapf"]
full = ["yapf", "aiofiles", "colorama", "graphviz", "autopep8"]
tests = ["pytest"]
docs = ["sphinx", "recommonmark", "sphinx-rtd-theme", "pygments-github-lexers"]
docs = ["sphinx", "recommonmark", "pygments-github-lexers", "sphinx-rtd-theme"]

0 comments on commit db5b33a

Please sign in to comment.