Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Dec 3, 2022
1 parent c1e050c commit 9f0a064
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
- name: "Upload coverage report to Codecov"
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

token: ${{ secrets.CODECOV_TOKEN }}
timeout-minutes: 30
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Tests](https://github.com/somespecialone/aiosteampy/actions/workflows/tests.yml/badge.svg)](https://github.com/somespecialone/aiosteampy/actions/workflows/tests.yml)
[![Publish](https://github.com/somespecialone/aiosteampy/actions/workflows/publish.yml/badge.svg)](https://github.com/somespecialone/aiosteampy/actions/workflows/publish.yml)
[![Docs](https://github.com/somespecialone/aiosteampy/actions/workflows/docs.yml/badge.svg)](https://github.com/somespecialone/aiosteampy/actions/workflows/docs.yml)
[![codecov](https://codecov.io/gh/somespecialone/aiosteampy/branch/master/graph/badge.svg?token=H3JL81SL7P)](https://codecov.io/gh/somespecialone/aiosteampy)
[![codecov](https://codecov.io/gh/somespecialone/aiosteampy/branch/master/graph/badge.svg?token=SP7EQKPIQ3)](https://codecov.io/gh/somespecialone/aiosteampy)
[![CodeFactor](https://www.codefactor.io/repository/github/somespecialone/aiosteampy/badge)](https://www.codefactor.io/repository/github/somespecialone/aiosteampy)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down
10 changes: 0 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ extra:
link: https://somespecial.one
- icon: fontawesome/brands/github
link: https://github.com/somespecialone
- icon: fontawesome/brands/instagram
link: https://instagram.com/tkachenkodimitriy/
- icon: fontawesome/brands/yahoo
link: mailto:tkachenkodmitriy@yahoo.com
- icon: fontawesome/brands/telegram
link: https://t.me/somespecialone
- icon: fontawesome/brands/twitter
link: https://twitter.com/_somespecialone
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/somespecialone/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/somespecialone

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiosteampy"
version = "0.2.0"
version = "0.2.1"
description = "Simple library to trade and interact with steam market, webapi, guard"
license = "MIT"
authors = ["Dmytro Tkachenko <tkachenkodmitriy@yahoo.com>"]
Expand Down

0 comments on commit 9f0a064

Please sign in to comment.