Skip to content

Commit

Permalink
Merge pull request #26 from ShipEngine/release-v1.0.0
Browse files Browse the repository at this point in the history
chore: release 1.0.0
  • Loading branch information
KaseyCantu authored Aug 11, 2021
2 parents c263f95 + 913390e commit f70a8c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2021-08-11)


### Miscellaneous Chores

* release 1.0.0 ([c1407d2](https://www.github.com/ShipEngine/shipengine-python/commit/c1407d2de88182c75ba6dafff1ab30a3ed71efc6))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion shipengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""ShipEngine SDK."""
__version__ = "0.0.0"
__version__ = "1.0.0"

import logging
from logging import NullHandler
Expand Down
2 changes: 1 addition & 1 deletion shipengine/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "1.0.0"

0 comments on commit f70a8c6

Please sign in to comment.