Skip to content

Commit a8a8ca8

Browse files
update links and release number for PyPI documentation
Signed-off-by: Ranganath Krishnan <[email protected]>
1 parent 40f96a5 commit a8a8ca8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A library for Bayesian neural network layers and uncertainty estimation in Deep
77

88
[![python](https://img.shields.io/badge/python-3.7%2B-blue)](https://github.com/IntelLabs/bayesian-torch)
99
[![pytorch](https://img.shields.io/badge/pytorch-1.7.0%2B-orange)](https://github.com/IntelLabs/bayesian-torch)
10-
[![version](https://img.shields.io/badge/release-0.2.0-green)](https://github.com/IntelLabs/bayesian-torch/releases)
11-
[![license](https://img.shields.io/badge/license-BSD%203--Clause-darkblue)](https://github.com/IntelLabs/bayesian-torch/blob/main/LICENSE)
10+
[![version](https://img.shields.io/badge/release-0.2.1-green)](https://github.com/IntelLabs/bayesian-torch/releases)
11+
[![license](https://img.shields.io/badge/license-BSD%203--Clause-blue)](https://github.com/IntelLabs/bayesian-torch/blob/main/LICENSE)
1212
<h4 align="center">
1313
<a href="https://github.com/IntelLabs/bayesian-torch#installing-bayesian-torch">Get Started</a> |
1414
<a href="https://github.com/IntelLabs/bayesian-torch#usage">Example usage</a> |
@@ -240,5 +240,3 @@ MOdel Priors with Empirical Bayes using DNN (MOPED)
240240

241241
This library and code is intended for researchers and developers, enables to quantify principled uncertainty estimates from deep learning model predictions using stochastic variational inference in Bayesian neural networks.
242242
Feedbacks, issues and contributions are welcome. Email to <[email protected]> for any questions.
243-
244-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name = "bayesian-torch",
1313
packages = find_packages(),
14-
version = "0.2.0",
14+
version = "0.2.1",
1515
description = "A library for Bayesian neural network layers and uncertainty estimation in Deep Learning",
1616
author = "Intel Labs",
1717
author_email = "[email protected]",

0 commit comments

Comments
 (0)