Skip to content

Commit 72d6fce

Browse files
authored
Merge pull request #100 from pymc-labs/fix_lint_version
fix lint temp
2 parents dfb5590 + 8903c1f commit 72d6fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_long_description():
2121

2222
setup(
2323
name="CausalPy",
24-
version=__version__,
24+
version=__version__, # noqa: F821
2525
description="Causal inference for quasi-experiments in Python",
2626
long_description=get_long_description(),
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)