Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Sep 1, 2024
1 parent e6d248e commit 3f61d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions graphreduce/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import pyspark
from structlog import get_logger
from dateutil.parser import parse as date_parse
import woodwork as ww

# internal
from graphreduce.enum import ComputeLayerEnum, PeriodUnit, SQLOpType
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="graphreduce",
version = "1.6.6",
version = "1.6.8",
url="https://github.com/wesmadrigal/graphreduce",
packages = setuptools.find_packages(exclude=[ "docs", "examples" ]),
install_requires = [
Expand Down

0 comments on commit 3f61d97

Please sign in to comment.