Skip to content

Commit 05b6141

Browse files
committed
Changed version from 1.01 to 1.0.1.
1 parent 4a7a3f3 commit 05b6141

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.01"
3+
version = "1.0.1"
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.01,
5+
version="1.0.1",
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)