From 7b00abb67f1c0dde18ddb3ac8da2046f722e3444 Mon Sep 17 00:00:00 2001 From: Bestony Date: Tue, 2 Oct 2018 09:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=200.0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1e48467..dd308be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # 变更日志 +## 0.0.12 + +1. 加入社区化分析 +2. 修复几处 typo + ## 0.0.11 1. 加入 pypi 的各项描述 diff --git a/setup.py b/setup.py index d4ce8f4..14cb934 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="Grank", - version="0.0.11", + version="0.0.12", author="Bestony@LCTT", author_email="xiqingongzi@gmail.com", description="A Github Project Rank Command Line Tool",