Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Oct 8, 2015
1 parent 98a8b67 commit 7e8fa3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2013-2014 Oliver Ainsworth
# Copyright (C) 2013-2015 Oliver Ainsworth

import sys
import textwrap
Expand Down Expand Up @@ -30,7 +30,7 @@ def run_tests(self):

setup(
name="python-valve",
version="0.0",
version="0.1.0",
description=("Small library implementing "
"various parts of Steam's public interfaces"),
author="Oliver Ainsworth",
Expand All @@ -48,4 +48,10 @@ def run_tests(self):
cmdclass={
"test": PyTest,
},
classifiers=[
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
],
)
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2014 Oliver Ainsworth
# Copyright (C) 2014-2015 Oliver Ainsworth

from __future__ import (absolute_import,
unicode_literals, print_function, division)
Expand Down
2 changes: 1 addition & 1 deletion valve/source/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2014 Oliver Ainsworth
# Copyright (C) 2014-2015 Oliver Ainsworth

from __future__ import (absolute_import,
unicode_literals, print_function, division)
Expand Down

0 comments on commit 7e8fa3d

Please sign in to comment.