Skip to content

Commit

Permalink
changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
shmup committed Jan 21, 2016
1 parent 422b3e6 commit fc327ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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='0.1',
version='0.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/v0.1.tar.gz',
download_url='https://github.com/shmup/miniboa/archive/v0.0.1.tar.gz',
keywords=['mud', 'tcp', 'telnet'],
license='Apache 2'
)

0 comments on commit fc327ac

Please sign in to comment.