Skip to content

Commit df8c77d

Browse files
committed
Release 0.3.0
This patch updates the version numbers in preparation for the 0.3.0 release.
1 parent fff3ff1 commit df8c77d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A simple docker compose example would look like this
6666
---
6767
services:
6868
camera-control:
69-
image: ghcr.io/virtuos/opencast-camera-control:0.2.0
69+
image: ghcr.io/virtuos/opencast-camera-control:0.3.0
7070
container_name: opencast-camera-control
7171
ports:
7272
- '8000:8000'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'opencast-camera-control'
7-
version = '0.2.0'
7+
version = '0.3.0'
88
authors = [
99
{name = 'Lars Kiesow', email = 'lkiesow@uos.de'},
1010
{name = 'Jan-Matthis Niermann', email = 'janiermann@uos.de'}

0 commit comments

Comments
 (0)