Skip to content

Commit f70a8c6

Browse files
authored
Merge pull request #26 from ShipEngine/release-v1.0.0
chore: release 1.0.0
2 parents c263f95 + 913390e commit f70a8c6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "shipengine"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "The official Python library for ShipEngine API."
55
readme = "README.md"
66
authors = ["ShipEngine <[email protected]>"]

shipengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""ShipEngine SDK."""
2-
__version__ = "0.0.0"
2+
__version__ = "1.0.0"
33

44
import logging
55
from logging import NullHandler

shipengine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)