Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Bump version number to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Aug 16, 2014
1 parent a6a0638 commit 0f892f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release History
===============

X.X.X (XXXX-XX-XX)
0.1.0 (2014-08-16)
------------------

*Regressions and Known Bugs*
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.4'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.4'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hyper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A module for providing an abstraction layer over the differences between
HTTP/1.1 and HTTP/2.
"""
__version__ = '0.0.4'
__version__ = '0.1.0'

from .http20.connection import HTTP20Connection
from .http20.response import HTTP20Response, HTTP20Push
Expand Down

0 comments on commit 0f892f5

Please sign in to comment.