Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Jun 29, 2016
1 parent 7753b9f commit b1e3510
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| |_) || |_| || |_| __/
| .__/ \__, | \__|\___|
| | __/ |
|_| |___/ 0.5.2
|_| |___/ 0.6.0


What is ``pyte``?
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.2'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions pyte/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
5
:copyright: (c) 2011-2013 by Selectel, see AUTHORS for details.
:copyright: (c) 2013-2016 by pyte authors and contributors,
see AUTHORS for details.
:license: LGPL, see LICENSE for more details.
"""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


setup(name="pyte",
version="0.5.2",
version="0.6.0",
packages=["pyte"],
install_requires=["wcwidth"],
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit b1e3510

Please sign in to comment.