Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
This patch updates the version numbers in preparation for the 0.3.0
release.
  • Loading branch information
lkiesow committed Apr 23, 2024
1 parent fff3ff1 commit df8c77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A simple docker compose example would look like this
---
services:
camera-control:
image: ghcr.io/virtuos/opencast-camera-control:0.2.0
image: ghcr.io/virtuos/opencast-camera-control:0.3.0
container_name: opencast-camera-control
ports:
- '8000:8000'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'opencast-camera-control'
version = '0.2.0'
version = '0.3.0'
authors = [
{name = 'Lars Kiesow', email = 'lkiesow@uos.de'},
{name = 'Jan-Matthis Niermann', email = 'janiermann@uos.de'}
Expand Down

0 comments on commit df8c77d

Please sign in to comment.