Skip to content

Commit

Permalink
Added Doc badge, new version label
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentStimper committed Dec 21, 2022
1 parent 625b1cb commit 2a31b12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Normalizing Flows

[![Doc: passing](https://img.shields.io/badge/Doc-passing-sucess)](https://vincentstimper.github.io/normalizing-flows/)
[![Code Style: Black](https://img.shields.io/badge/Code%20Style-black-black.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/badge/PyPI-1.4-blue.svg)](https://pypi.org/project/normflows/)
[![PyPI](https://img.shields.io/badge/PyPI-1.5-blue.svg)](https://pypi.org/project/normflows/)
[![Downloads](https://static.pepy.tech/personalized-badge/normflows?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/normflows)


Expand Down
2 changes: 1 addition & 1 deletion normflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from . import sampling
from .sampling import HAIS

__version__ = "1.4"
__version__ = "1.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = "1.4"
__version__ = "1.5"

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 2a31b12

Please sign in to comment.