Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <[email protected]>
  • Loading branch information
eric-jxl committed Jul 23, 2024
1 parent 98279c0 commit 49c1d90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tools
[![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![latest 1.3.1](https://img.shields.io/badge/latest-1.3.1-green.svg?style=flat)
![latest 1.3.2](https://img.shields.io/badge/latest-1.3.2-green.svg?style=flat)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/eric-jxl/Tools/latest)


Expand Down Expand Up @@ -49,4 +49,3 @@ pip install eric_tools
>
> * nginx_log.py nginx日志解析(默认access.log)
>
> * [eric-tools==1.3.1](https://pypi.org/project/eric-tools/1.3.1/)
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding=utf-8 -*-
name = 'Eric-Tools'
License = 'Apache'
Version = '1.3.1'
Version = '1.3.2'
4 changes: 2 additions & 2 deletions eric_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
name = 'Eric-Tools'
__title__ = 'tools'
__description__ = 'Python HTTP for Humans.'
__version__ = "1.3.1"
__version__ = "1.3.2"
__author__ = 'Eric'
__doc__ = ["Python Daily Development Tools"]
__url__ = "https://github.com/Eric-jxl/Tools"
__license__ = "Apache"
__license__ = "MIT License"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="eric_tools",
version="1.3.1",
version="1.3.2",
author="Eric",
author_email="[email protected]",
description="Python Daily Development Tools",
Expand Down

0 comments on commit 49c1d90

Please sign in to comment.