Skip to content

Commit

Permalink
FIX/#199
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jun 19, 2022
1 parent 0f5e7f5 commit a4dc56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opteryx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
2) we can import it in setup.py for the same reason
"""

__version__ = "0.0.3-beta.10"
__version__ = "0.0.3-beta.11"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Extension(
name="counting_tree",
sources=["opteryx/sketches/counting_tree.pyx"],
include_dirs=["opteryx/sketches"],
),
]

Expand Down

0 comments on commit a4dc56b

Please sign in to comment.