Skip to content

Commit

Permalink
Release as v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwildor committed Mar 14, 2014
1 parent 369d2b2 commit 167bf95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md
include README.rst
2 changes: 1 addition & 1 deletion pyromancer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2-dev'
__version__ = '0.2'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
setup(
name='Pyromancer',
version=pyromancer.__version__,
packages=['pyromancer', 'pyromancer.commands'],
description='Simple IRC bot implementation / framework',
long_description=open('README.md').read(),
packages=['pyromancer', 'pyromancer.commands', 'pyromancer.test'],
description='Simple framework for creating IRC bots',
long_description=open('README.rst').read(),
author='Gwildor Sok',
author_email='[email protected]',
url='https://github.com/Gwildor/Pyromancer',
Expand Down

0 comments on commit 167bf95

Please sign in to comment.