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

Commit 9766ad0

Browse files
committed
v0.6.1
1 parent bd44b9c commit 9766ad0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.6.0'
58+
version = '0.6.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.6.0'
60+
release = '0.6.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

Diff for: hyper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# Set default logging handler.
3434
logging.getLogger(__name__).addHandler(logging.NullHandler())
3535

36-
__version__ = '0.7.0dev0'
36+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)