diff --git a/README.md b/README.md index c801b71..fa0272e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ # Plurals: a Package for Simulated Social Ensembles -**Package Stats** +**Package Stats 📊** ![PyPI - Downloads](https://img.shields.io/pypi/dm/plurals) ![GitHub last commit](https://img.shields.io/github/last-commit/josh-ashkinaze/plurals) ![GitHub Created At](https://img.shields.io/github/created-at/josh-ashkinaze/plurals) -**Package Build (Tests/Doc Creation/PyPi Releases)** +**Package Build (Tests/Doc Creation/PyPi Releases) 👌** [![Build](https://github.com/josh-ashkinaze/plurals/actions/workflows/ci.yml/badge.svg)](https://github.com/josh-ashkinaze/plurals/actions/workflows/ci.yml) [![Push to pypy](https://github.com/josh-ashkinaze/plurals/actions/workflows/python-publish.yml/badge.svg)](https://github.com/josh-ashkinaze/plurals/actions/workflows/python-publish.yml) diff --git a/setup.py b/setup.py index eef784f..71679ea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read_requirements(): setup( name="plurals", - version="0.2.28.1", + version="0.2.29", description="A package for simulated social ensembles.", long_description=open('README.md').read(), long_description_content_type="text/markdown",