File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " shipengine"
3- version = " 0 .0.0"
3+ version = " 1 .0.0"
44description = " The official Python library for ShipEngine API."
55readme = " README.md"
66authors = [" ShipEngine <support@shipengine.com>" ]
Original file line number Diff line number Diff line change 11"""ShipEngine SDK."""
2- __version__ = "0 .0.0"
2+ __version__ = "1 .0.0"
33
44import logging
55from logging import NullHandler
Original file line number Diff line number Diff line change 1- __version__ = "0 .0.0"
1+ __version__ = "1 .0.0"
You can’t perform that action at this time.
0 commit comments