Skip to content

Commit

Permalink
Merge pull request #20 from DataDog/homin/fix_setup
Browse files Browse the repository at this point in the history
fix setup and bump version
  • Loading branch information
githomin authored Dec 9, 2020
2 parents 1cf04a1 + 8e118ea commit 346aff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="ddsketch",
version="1.1.0",
version="1.1.2",
author="Jee Rim, Charles-Philippe Masson, Homin Lee",
author_email="[email protected], [email protected], [email protected]",
description="Distributed quantile sketches",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/datadog/sketches-py",
packages=["ddsketch", "gkarray"],
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 346aff5

Please sign in to comment.