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

Commit 2ca2890

Browse files
committed
release
1 parent cefdbd7 commit 2ca2890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dephell_discover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ._root import Root
1010

1111

12-
__version__ = '0.2.9'
12+
__version__ = '0.2.10'
1313
__author__ = 'Gram (@orsinium)'
1414
__license__ = 'MIT'
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ command = "mypy --ignore-missing-imports --allow-redefinition dephell_discover"
1919

2020
[tool.poetry]
2121
name = "dephell_discover"
22-
version = "0.2.9"
22+
version = "0.2.10"
2323
description = "Find project modules and data files (packages and package_data for setup.py)."
2424
authors = ["Gram <[email protected]>"]
2525
readme = "README.md"

0 commit comments

Comments
 (0)