Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0tk1t committed Dec 15, 2020
1 parent 6825095 commit e185867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LibcSearcher3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# coding=utf-8

VERSION = 'v1.0.0'
VERSION = 'v1.0.1'
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
from LibcSearcher3 import VERSION


with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name='LibcSearcher3',
version=VERSION,
url='https://github.com/Ro0tk1t/LibcSearcher3.git',
description='libc offset database searcher',
long_description=long_description,
long_description_content_type="text/markdown",
author='Ro0tk1t',
author_email='R00tk1t@qq.com',
packages=find_packages(),
python_requires='>=3.7',
include_package_data=True,
Expand Down

0 comments on commit e185867

Please sign in to comment.