Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 18, 2018
1 parent 2c3d01a commit 0373c24
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import os

from setuptools import setup

long_description = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()

setup(
name='kociemba',
version='1.1',
version='1.2',
description='Python/C implementation of Herbert Kociemba\'s Two-Phase algorithm for solving Rubik\'s Cube',
long_description=long_description,
long_description_content_type='text/markdown',
keywords='kociemba rubik cube solver twophase',
url='https://github.com/muodov/kociemba',
author='muodov',
Expand Down

0 comments on commit 0373c24

Please sign in to comment.