Skip to content

Commit da2676f

Browse files
Fix imports
1 parent 43bf737 commit da2676f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.1] - 2016-02-25
6+
### Fixed
7+
- Imports
8+
59
## [1.0.0] - 2016-02-25
610
### Added
711
- We are live!

python_http_client/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .client import Client
2+
from .config import Config

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def getRequires():
99
return deps
1010

1111
base_url = 'https://github.com/sendgrid/'
12-
version = '1.0.0'
12+
version = '1.0.1'
1313
setup(
1414
name='python_http_client',
1515
version=version,

0 commit comments

Comments
 (0)