File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1111
1212setup (
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
You can’t perform that action at this time.
0 commit comments