Skip to content

Commit 59afb9b

Browse files
committed
bumping version
1 parent 9d10428 commit 59afb9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Harambot
33
_An interactive Yahoo Fantasy sports bot for Discord._
44

5-
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue) ![License](https://img.shields.io/badge/License-MIT-green) ![Build](https://img.shields.io/github/actions/workflow/status/DMcP89/harambot/unit-tests.yml?branch=main) ![Version](https://img.shields.io/badge/version-0.4.2--Beta-red)
5+
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue) ![License](https://img.shields.io/badge/License-MIT-green) ![Build](https://img.shields.io/github/actions/workflow/status/DMcP89/harambot/unit-tests.yml?branch=main) ![Version](https://img.shields.io/badge/version-0.4.4--Beta-red)
66

77

88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "harambot"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "A Yahoo Fantasy Sports bot for Discord"
55
authors = ["DMcP89 <davemcpherson@wochstudios.com>"]
66
license = "MIT"

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- key: RUN_MIGRATIONS
4545
sync: false
4646
- key: VERSION
47-
value: "0.4.3-Beta"
47+
value: "0.4.4-Beta"
4848

4949
databases:
5050
- name: harambot-database

0 commit comments

Comments
 (0)