Skip to content

Commit

Permalink
Version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aandergr committed Oct 1, 2016
1 parent f2cd53c commit 00c801f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ by their "goodness", so there might be more than one which is the best
at least by some criteria. This tool presents exactly *all* best
designs.

There is an official web frontend for kspalculator at:
https://kspalculator.appspot.com/.

Features
--------

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import sys
import setuptools

if 'upload' in sys.argv:
sys.exit('Not yet ready for uploading.')

if sys.version_info.major == 2:
if sys.version_info < (2, 7):
sys.exit('Python version not supported.')
Expand All @@ -22,7 +19,7 @@

setuptools.setup(
name='kspalculator',
version='0.9',
version='0.10',
packages=['kspalculator'],
url='https://github.com/aandergr/kspalculator',
license='MIT',
Expand Down

0 comments on commit 00c801f

Please sign in to comment.