Skip to content

Commit 0c7f0b2

Browse files
committed
Bump version to v0.6.1 [skip ci]
1 parent 1777d84 commit 0c7f0b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '0.6.0'
53+
version = '0.6.1'
5454

5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6.0'
56+
release = '0.6.1'
5757

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

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import, print_function, unicode_literals, division
33

4-
__version__ = "0.6.0"
4+
__version__ = "0.6.1"
55

66
import os
77
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setuptools.setup(
55
license="MIT",
66
name="sc2reader",
7-
version='0.6.0',
7+
version='0.6.1',
88
keywords=["starcraft 2", "sc2", "replay", "parser"],
99
description="Utility for parsing Starcraft II replay files",
1010
long_description=open("README.rst").read()+"\n\n"+open("CHANGELOG.rst").read(),

0 commit comments

Comments
 (0)