Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gutierrez committed Apr 19, 2016
1 parent cd3f88a commit 0722eeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

setup(
name='kin',
version='1.0.0.dev25',
version='1.0.0',
description='A simple project.pbxproj verifier',
long_description=long_description,
url='https://github.com/Karumi/Kin',
Expand Down

0 comments on commit 0722eeb

Please sign in to comment.