Skip to content

Commit

Permalink
release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jul 15, 2021
1 parent 5e7560f commit ddddcb4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[![Documentation Status](https://readthedocs.org/projects/mogutda/badge/?version=latest)](https://mogutda.readthedocs.io/en/latest/?badge=latest)
[![Updates](https://pyup.io/repos/github/stephenhky/MoguTDA/shield.svg)](https://pyup.io/repos/github/stephenhky/MoguTDA/)
[![Python 3](https://pyup.io/repos/github/stephenhky/MoguTDA/python-3-shield.svg)](https://pyup.io/repos/github/stephenhky/MoguTDA/)
[![pypi](https://img.shields.io/pypi/v/mogutda.svg?maxAge=3600)](https://pypi.org/project/mogutda/)
[![download](https://img.shields.io/pypi/dm/mogutda.svg?maxAge=2592000&label=installs&color=%2327B1FF)](https://pypi.org/project/mogutda/)
[![stars](https://img.shields.io/github/stars/stephenhky/MoguTDA.svg?style=social&label=Star&maxAge=60)](https://github.com/stephenhky/MoguTDA)


## Introduction

Expand Down Expand Up @@ -89,6 +93,7 @@ the simplicial complexes are, and how homologies are defined:

## News

* 07/15/2021: `mogutda` 0.3.3 released.
* 04/10/2021: `mogutda` 0.3.2 released.
* 11/28/2020: `mogutda` 0.3.1 released.
* 08/16/2020: `mogutda` 0.3.0 released.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.3.2'
release = u'0.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 07/15/2021: `mogutda` 0.3.3 released.
* 04/10/2021: `mogutda` 0.3.2 released.
* 11/28/2020: `mogutda` 0.3.1 released.
* 08/16/2020: `mogutda` 0.3.0 released.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def install_requirements():


setup(name='mogutda',
version="0.3.2",
version="0.3.3",
description="Topological Data Analysis in Python",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ddddcb4

Please sign in to comment.