Skip to content

Commit b8fc3dd

Browse files
authored
Merge pull request #5 from amitray007/staging
Release v1.0.13
2 parents 004dbe5 + a436fb8 commit b8fc3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etsy_python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.31.0
1+
requests==2.32.2
22
requests-oauthlib>=1.3.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = "1.0.12"
10+
VERSION = "1.0.13"
1111
DESCRIPTION = "Etsy API Client Library for Python"
1212

1313
# Setting up

0 commit comments

Comments
 (0)