Version update: v0.3.0 → v0.4.0

This commit is contained in:
TC Johnson 2024-08-01 20:00:41 -05:00
parent 5e40fac6c4
commit 551eedee6f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.3.0+0 current_version = 0.4.0+0
commit = False commit = False
tag = False tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\+(?P<buildcode>\d+) parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\+(?P<buildcode>\d+)

View File

@ -1,7 +1,7 @@
name: veilidchat name: veilidchat
description: VeilidChat description: VeilidChat
publish_to: 'none' publish_to: 'none'
version: 0.3.0+12 version: 0.4.0+13
environment: environment:
sdk: '>=3.2.0 <4.0.0' sdk: '>=3.2.0 <4.0.0'