Skip to content

Commit 289fdd6

Browse files
authored
Prepare for 0.7.2 release (#715)
1 parent 77db2d2 commit 289fdd6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ TimeGPT has been featured in many publications and has been recognized for its i
187187

188188
TimeGPT is closed source. However, this SDK is open source and available under the Apache 2.0 License. Feel free to contribute (check out the [Contributing](https://github.com/Nixtla/nixtla/blob/main/CONTRIBUTING.md) guide for more details).
189189

190+
## 🏷️ Attribution
191+
192+
NixtlaClient may be used to access services powered by technology from Google, Amazon, IBM, Datadog, and NXAI. All trademarks are the property of their respective owners.
193+
190194
## 📞 Get in touch
191195

192196
For any questions or feedback, please feel free to reach out to us at ops [at] nixtla.io.

nixtla/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.7.2.dev0"
1+
__version__ = "0.7.2"
22
__all__ = ["NixtlaClient"]
33
from .nixtla_client import NixtlaClient

0 commit comments

Comments
 (0)