We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c263f95 + 913390e commit f70a8c6Copy full SHA for f70a8c6
4 files changed
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 1.0.0 (2021-08-11)
4
5
6
+### Miscellaneous Chores
7
8
+* release 1.0.0 ([c1407d2](https://www.github.com/ShipEngine/shipengine-python/commit/c1407d2de88182c75ba6dafff1ab30a3ed71efc6))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shipengine"
-version = "0.0.0"
+version = "1.0.0"
description = "The official Python library for ShipEngine API."
readme = "README.md"
authors = ["ShipEngine <support@shipengine.com>"]
shipengine/__init__.py
@@ -1,5 +1,5 @@
"""ShipEngine SDK."""
-__version__ = "0.0.0"
+__version__ = "1.0.0"
import logging
from logging import NullHandler
shipengine/version.py
@@ -1 +1 @@
0 commit comments