We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c2211 commit 27948a8Copy full SHA for 27948a8
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
hooks:
14
- id: seed-isort-config
15
16
- - repo: https://github.com/timothycrosley/isort
+ - repo: https://github.com/PyCQA/isort
17
rev: 5.12.0
18
19
- id: isort
setup.py
@@ -7,7 +7,7 @@
7
setuptools.setup(
8
name="computation-graph",
9
python_requires=">=3",
10
- version="44",
+ version="45",
11
long_description=_LONG_DESCRIPTION,
12
long_description_content_type="text/markdown",
packages=setuptools.find_namespace_packages(),
0 commit comments