Skip to content

Commit 350eec0

Browse files
committed
Version 1.0.2
1 parent 7e97e6b commit 350eec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dynatademand"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "A Python client library for the Dynata Demand API"
55
authors = ["Ridley Larsen <Ridley.Larsen@dynata.com>", "Bradley Wogsland <Bradley.Wogsland@dynata.com>", "Nathan Workman <Nathan.Workman@dynata.com>"]
66

setup.py

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

33
setup(
44
name='dynata-demandapi-client',
5-
version="1.0.1",
5+
version="1.0.2",
66
license="MIT",
77
description="A Python client library for the Dynata Demand API",
88
long_description="A Python client library for the Dynata Demand API",

0 commit comments

Comments
 (0)