Skip to content

Commit 45f6f10

Browse files
committed
fixed README.rst
1 parent a2a7e68 commit 45f6f10

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

revisiondict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = 'Günther Jena'
44
__email__ = '[email protected]'
5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'
66

77
from .revisiondict import RevisionDict

revisiondict/revisiondict.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
('a', 'c', 'b')
4545
"""
4646

47-
__author__="Guenther Jena"
48-
4947
import collections
5048
import bisect
5149

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author="Günther Jena",
2222
author_email='[email protected]',
2323
classifiers=[
24-
'Development Status :: 2 - Pre-Alpha',
24+
'Development Status :: 4 - Beta',
2525
'Intended Audience :: Developers',
2626
'License :: OSI Approved :: MIT License',
2727
'Natural Language :: English',
@@ -43,7 +43,7 @@
4343
setup_requires=setup_requirements,
4444
test_suite='tests',
4545
tests_require=test_requirements,
46-
url='https://github.com/semiversus/revisiondict',
46+
url='https://github.com/semiversus/python-revisiondict',
4747
version='0.1.0',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)