Skip to content

Commit fb15817

Browse files
committed
Release v1.0.1
1 parent 4e55bec commit fb15817

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'1.0.0'
64+
version = u'1.0.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'1.0.0'
66+
release = u'1.0.1'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,14 @@
1111

1212
setup(
1313
name='IRCLogParser',
14-
version='1.0.0',
14+
version='1.0.1',
1515
description='A Parser for IRC chat Logs',
1616
long_description=long_description,
1717
url='https://github.com/prasadtalasila/IRCLogParser',
18-
download_url='https://github.com/prasadtalasila/IRCLogParser/archive/v1.0.0.tar.gz',
18+
download_url='https://github.com/prasadtalasila/IRCLogParser/archive/v1.0.1.tar.gz',
1919
author='Prasad Talasila',
2020
author_email='tsrkp@goa.bits-pilani.ac.in',
2121
license='MIT',
22-
23-
classifiers=[
24-
'Development Status :: Released v1.0.0',
25-
'Operating System :: POSIX :: Linux',
26-
'Intended Audience :: Developers',
27-
'Topic :: Topic :: Scientific/Engineering :: Information Analysis',
28-
'License :: OSI Approved :: MIT License',
29-
'Programming Language :: Python :: 2.7',
30-
],
31-
3222
keywords='IRC parser data-analysis research development',
3323
packages=['IRCLogParser'],
3424

0 commit comments

Comments
 (0)