Skip to content

Commit 93d9de3

Browse files
committed
Bump patch, update circleci build directives.
1 parent cf089ac commit 93d9de3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- run:
1414
command: | # Run tests
1515
pipenv install pytest
16+
pipenv install pytest-benchmark
1617
pipenv run pytest python/fastgrouper/test/ -s -vv
1718
workflows:
1819
build_test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="fastgrouper",
12-
version="0.1.1",
12+
version="0.1.2",
1313
author="Shreyas Joshi",
1414
author_email="sjoshistrats@gmail.com",
1515
description="A package for applying efficient groupby operations.",

0 commit comments

Comments
 (0)