Skip to content

Commit 8edb6c2

Browse files
committed
contact info
1 parent d6f5a95 commit 8edb6c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdks/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "faxbot",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Faxbot API Client SDK for Node.js - send faxes and check status via Faxbot",
55
"main": "index.js",
6-
"author": "Faxbot Project",
6+
"author": "David Montgomery",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read_readme() -> str:
1717
name="faxbot",
1818
version="1.0.0",
1919
author="Faxbot Project",
20-
author_email="support@example.com",
20+
author_email="dmontg@gmail.com",
2121
description="Faxbot API Client SDK for Python",
2222
long_description=read_readme(),
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)