QubitPi commited on
Commit
7d3e1cc
·
unverified ·
1 Parent(s): 5e6608a

Add last commit badge (#2)

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. setup.py +1 -1
README.md CHANGED
@@ -5,9 +5,10 @@
5
  </div>
6
 
7
  ![Python Version][Python Version Badge]
8
- [![GitHub Workflow Status][GitHub Workflow Status badge]][GitHub Workflow Status URL]
9
  [![Read the Docs][Read the Docs badge]][Read the Docs URL]
10
  [![PyPI][PyPI project badge]][PyPI project url]
 
 
11
  [![Apache License badge]][Apache License URL]
12
 
13
  Lamassu
@@ -37,6 +38,7 @@ The use and distribution terms for Lamassu are covered by the
37
  [Apache License URL]: https://www.apache.org/licenses/LICENSE-2.0
38
  [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
39
 
 
40
  [GitHub Workflow Status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/lamassu/ci-cd.yml?logo=github&style=for-the-badge
41
  [GitHub Workflow Status URL]: https://github.com/QubitPi/lamassu/actions/workflows/ci-cd.yml
42
 
 
5
  </div>
6
 
7
  ![Python Version][Python Version Badge]
 
8
  [![Read the Docs][Read the Docs badge]][Read the Docs URL]
9
  [![PyPI][PyPI project badge]][PyPI project url]
10
+ [![GitHub Workflow Status][GitHub Workflow Status badge]][GitHub Workflow Status URL]
11
+ ![Last Commit][GitHub Last Commit Badge]
12
  [![Apache License badge]][Apache License URL]
13
 
14
  Lamassu
 
38
  [Apache License URL]: https://www.apache.org/licenses/LICENSE-2.0
39
  [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
40
 
41
+ [GitHub Last Commit Badge]: https://img.shields.io/github/last-commit/QubitPi/lamassu/master?logo=github&style=for-the-badge
42
  [GitHub Workflow Status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/lamassu/ci-cd.yml?logo=github&style=for-the-badge
43
  [GitHub Workflow Status URL]: https://github.com/QubitPi/lamassu/actions/workflows/ci-cd.yml
44
 
setup.py CHANGED
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
 
3
  setup(
4
  name="lamassu",
5
- version="0.0.9",
6
  description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
7
  url="https://github.com/QubitPi/lamassu",
8
  author="Jiaqi liu",
 
2
 
3
  setup(
4
  name="lamassu",
5
+ version="0.0.10",
6
  description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
7
  url="https://github.com/QubitPi/lamassu",
8
  author="Jiaqi liu",