Skip to content

Commit c6c377b

Browse files
committed
[Version] v0.1.1
1 parent aaf214e commit c6c377b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.1] - 2026-03-22
7+
## [0.1.1] - 2026-03-30
88
### Updated
9-
- OctoBot to 2.1.0
9+
- OctoBot to 2.1.1
1010
- Added python 3.13 support
1111

1212
## [0.1.0] - 2026-02-27

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot-Script [0.1.0](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
1+
# OctoBot-Script [0.1.1](https://github.com/Drakkar-Software/OctoBot-Script/tree/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Script.svg?logo=pypi)](https://pypi.python.org/pypi/octobot-script/)
33
[![Downloads](https://static.pepy.tech/badge/OctoBot-Script/month)](https://pepy.tech/project/octobot-script)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/OctoBot-Script.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot-script)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Drakkar-Software requirements
2-
OctoBot[full]==2.1.0
2+
OctoBot[full]==2.1.1
33

44
# manage tentacles install path
55
appdirs==1.4.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# from octobot_script import PROJECT_NAME, VERSION
1313
# todo figure out how not to import octobot_script.__init__.py here
1414
PROJECT_NAME = "OctoBot-Script"
15-
VERSION = "0.0.30" # major.minor.revision
15+
VERSION = "0.1.1" # major.minor.revision
1616

1717
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
1818
REPORT_DIST = os.path.join(

0 commit comments

Comments
 (0)