diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:31:01 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:31:01 +0800 |
| commit | 541472db1dcae538875f95216f1655652aa30181 (patch) | |
| tree | ef869b0d032d25604f9a42fb5bebdbfaac75684a /setup.py | |
| parent | 8e69f21e2c6529d8a28662a94e16071454c410f3 (diff) | |
| download | smmap-3.0.0.tar.gz | |
Change package name to 'smmap'; bump version to 3.0.0v3.0.0
https://github.com/gitpython-developers/smmap/issues/44
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ else: long_description = "See https://github.com/gitpython-developers/smmap" setup( - name="smmap2", + name="smmap", version=smmap.__version__, description="A pure Python implementation of a sliding window memory map manager", author=smmap.__author__, |
