Skip to content

Commit

Permalink
Merge pull request #97 from nschloe/discord-link
Browse files Browse the repository at this point in the history
Discord link
  • Loading branch information
nschloe authored Mar 18, 2021
2 parents 4a54cae + d5b8452 commit bd7ac86
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[![GitHub stars](https://img.shields.io/github/stars/nschloe/tuna.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/tuna)
[![PyPi downloads](https://img.shields.io/pypi/dm/tuna.svg?style=flat-square)](https://pypistats.org/packages/tuna)

[![Discord](https://img.shields.io/static/v1?logo=discord&label=chat&message=on%20discord&color=7289da&style=flat-square)](https://discord.gg/hnTJ5MRX2Y)

[![gh-actions](https://img.shields.io/github/workflow/status/nschloe/tuna/ci?style=flat-square)](https://github.com/nschloe/tuna/actions?query=workflow%3Aci)
[![codecov](https://img.shields.io/codecov/c/github/nschloe/tuna.svg?style=flat-square)](https://codecov.io/gh/nschloe/tuna)
[![LGTM](https://img.shields.io/lgtm/grade/python/github/nschloe/tuna.svg?style=flat-square)](https://lgtm.com/projects/g/nschloe/tuna)
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tuna",
"dependencies": {
"bootstrap": "5.0.0-beta1",
"d3": "6.5.0"
"bootstrap": "5.0.0-beta2",
"d3": "6.6.0"
}
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tuna
version = 0.5.4
version = 0.5.5
author = Nico Schlömer
author_email = nico.schloemer@gmail.com
description = Visualize Python performance profiles
Expand Down

0 comments on commit bd7ac86

Please sign in to comment.