Skip to content

Commit

Permalink
Merge pull request #99 from jakobrunge/developer
Browse files Browse the repository at this point in the history
fixed cython issue for pip
  • Loading branch information
jakobrunge authored Dec 23, 2020
2 parents ffd9bb6 + 158d509 commit 58c14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def define_extension(extension_name, source_files=None):
# Run the setup
setup(
name="tigramite",
version="4.2.1.3",
version="4.2.1.4",
packages=["tigramite", "tigramite.independence_tests"],
license="GNU General Public License v3.0",
description="Tigramite causal discovery for time series",
Expand Down

0 comments on commit 58c14ef

Please sign in to comment.