Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 419e997

Browse files
committed
bump version number in setup.py
1 parent db4cfa9 commit 419e997

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [1.37.1] - 2018-01-08
9+
### Fixed
10+
- Version number in setup.py
11+
812
## [1.37.0] - 2018-01-08
913
### Added
1014
- Spot Market Support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name='packet-python',
55-
version='1.36.0',
55+
version='1.37.1',
5656
description='Packet API client',
5757
long_description=long_description,
5858
url='https://github.com/packethost/packet-python',

0 commit comments

Comments
 (0)