We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bf737 commit da2676fCopy full SHA for da2676f
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [1.0.1] - 2016-02-25
6
+### Fixed
7
+- Imports
8
+
9
## [1.0.0] - 2016-02-25
10
### Added
11
- We are live!
python_http_client/__init__.py
@@ -0,0 +1,2 @@
1
+from .client import Client
+from .config import Config
setup.py
@@ -9,7 +9,7 @@ def getRequires():
return deps
base_url = 'https://github.com/sendgrid/'
12
-version = '1.0.0'
+version = '1.0.1'
13
setup(
14
name='python_http_client',
15
version=version,
0 commit comments