| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - ### `2.0` (unreleased) | ||
| 1 | + ### `2.0` | ||
| 2 | 2 | ||
| 3 | 3 | * Fix `TypeError` in `_generate_string_tlv` when encoding a value | |
| 4 | 4 | * Support context manager interface, move `__del__` functionality to `__exit__` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,8 +3,8 @@ | |||
| 3 | 3 | from setuptools import find_packages, setup | |
| 4 | 4 | ||
| 5 | 5 | setup( | |
| 6 | - name='python-smpplib', | ||
| 7 | - version='1.1', | ||
| 6 | + name='smpplib', | ||
| 7 | + version='2.0', | ||
| 8 | 8 | url='https://github.com/podshumok/python-smpplib', | |
| 9 | 9 | description='SMPP library for python', | |
| 10 | 10 | long_description=io.open('README.md', 'rt', encoding='utf-8').read(), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments