Skip to content

Commit

Permalink
Bump version to a pre-release (for clarity).
Browse files Browse the repository at this point in the history
  • Loading branch information
GraylinKim committed Jan 5, 2015
1 parent 3e1cea3 commit 722ae4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sc2reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
from __future__ import absolute_import, print_function, unicode_literals, division

__version__ = "0.6.4"
__version__ = "0.7.0-pre"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setuptools.setup(
license="MIT",
name="sc2reader",
version='0.6.4',
version='0.7.0-pre',
keywords=["starcraft 2", "sc2", "replay", "parser"],
description="Utility for parsing Starcraft II replay files",
long_description=open("README.rst").read()+"\n\n"+open("CHANGELOG.rst").read(),
Expand Down

1 comment on commit 722ae4f

@StoicLoofah
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GraylinKim , did you have a timeline for actually marking a true 0.7.0 release?

Please sign in to comment.