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 cf089ac commit 93d9de3Copy full SHA for 93d9de3
.circleci/config.yml
@@ -13,6 +13,7 @@ jobs:
13
- run:
14
command: | # Run tests
15
pipenv install pytest
16
+ pipenv install pytest-benchmark
17
pipenv run pytest python/fastgrouper/test/ -s -vv
18
workflows:
19
build_test:
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="fastgrouper",
12
- version="0.1.1",
+ version="0.1.2",
author="Shreyas Joshi",
author_email="sjoshistrats@gmail.com",
description="A package for applying efficient groupby operations.",
0 commit comments