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

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Dec 19, 2019
1 parent 4acf584 commit 3117ca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dephell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"""


__version__ = '0.7.9'
__version__ = '0.8.0'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import_heading_localfolder = "app"

[tool.poetry]
name = "dephell"
version = "0.7.9"
version = "0.8.0"
authors = ["Gram <master_fess@mail.ru>"]
description = "Dependency resolution for Python"
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
except ImportError:
from distutils.core import setup

# built-in
import os.path


readme = ''
here = os.path.abspath(os.path.dirname(__file__))
readme_path = os.path.join(here, 'README.rst')
Expand All @@ -23,7 +21,7 @@
setup(
long_description=readme,
name='dephell',
version='0.7.9',
version='0.8.0',
description='Dependency resolution for Python',
python_requires='>=3.6',
project_urls={
Expand Down

0 comments on commit 3117ca3

Please sign in to comment.