Skip to content

Commit

Permalink
updating package version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shmup committed Sep 5, 2016
1 parent 86a535e commit ce987ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='miniboa',
version='1.0.0',
version='1.0.1',
packages=find_packages(exclude=['docs', 'tests', 'examples']),
description='A bare-bones Telnet server',
author='Jim Storch',
author_email='[email protected]',
maintainer='Jared Miller',
maintainer_email='[email protected]',
url='https://github.com/shmup/miniboa',
download_url='https://github.com/shmup/miniboa/archive/v1.0.0.tar.gz',
download_url='https://github.com/shmup/miniboa/archive/v1.0.1.tar.gz',
keywords=['mud', 'tcp', 'telnet'],
license='Apache 2'
)

0 comments on commit ce987ac

Please sign in to comment.