We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f5a95 commit 8edb6c2Copy full SHA for 8edb6c2
sdks/node/package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "faxbot",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Faxbot API Client SDK for Node.js - send faxes and check status via Faxbot",
5
"main": "index.js",
6
- "author": "Faxbot Project",
+ "author": "David Montgomery",
7
"license": "MIT",
8
"repository": {
9
"type": "git",
sdks/python/setup.py
@@ -17,7 +17,7 @@ def read_readme() -> str:
17
name="faxbot",
18
version="1.0.0",
19
author="Faxbot Project",
20
- author_email="support@example.com",
+ author_email="dmontg@gmail.com",
21
description="Faxbot API Client SDK for Python",
22
long_description=read_readme(),
23
long_description_content_type="text/markdown",
0 commit comments