File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Issues can be filed on github:
80
80
81
81
A link to the pypi page related to this repository:
82
82
83
- * https://pypi.org/project/smmap2 /
83
+ * https://pypi.org/project/smmap /
84
84
85
85
86
86
## License Information
Original file line number Diff line number Diff line change 16
16
long_description = "See https://github.com/gitpython-developers/smmap"
17
17
18
18
setup (
19
- name = "smmap2 " ,
19
+ name = "smmap " ,
20
20
version = smmap .__version__ ,
21
21
description = "A pure Python implementation of a sliding window memory map manager" ,
22
22
author = smmap .__author__ ,
Original file line number Diff line number Diff line change 3
3
__author__ = "Sebastian Thiel"
4
4
5
5
__homepage__ = "https://github.com/gitpython-developers/smmap"
6
- version_info = (2 , 0 , 5 )
6
+ version_info = (3 , 0 , 0 )
7
7
__version__ = '.' .join (str (i ) for i in version_info )
8
8
9
9
# make everything available in root package for convenience
You can’t perform that action at this time.
0 commit comments