Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rohangoel96 committed Apr 6, 2017
1 parent 4e55bec commit fb15817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0.0'
version = u'1.0.1'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,14 @@

setup(
name='IRCLogParser',
version='1.0.0',
version='1.0.1',
description='A Parser for IRC chat Logs',
long_description=long_description,
url='https://github.com/prasadtalasila/IRCLogParser',
download_url='https://github.com/prasadtalasila/IRCLogParser/archive/v1.0.0.tar.gz',
download_url='https://github.com/prasadtalasila/IRCLogParser/archive/v1.0.1.tar.gz',
author='Prasad Talasila',
author_email='tsrkp@goa.bits-pilani.ac.in',
license='MIT',

classifiers=[
'Development Status :: Released v1.0.0',
'Operating System :: POSIX :: Linux',
'Intended Audience :: Developers',
'Topic :: Topic :: Scientific/Engineering :: Information Analysis',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
],

keywords='IRC parser data-analysis research development',
packages=['IRCLogParser'],

Expand Down

0 comments on commit fb15817

Please sign in to comment.