build: bump version to 0.1.0

This commit is contained in:
Simon Ser 2023-07-23 22:08:51 +02:00
parent 61ad53b046
commit fc98f97db8

View file

@ -1,6 +1,7 @@
project(
'chayang',
'c',
version: '0.1.0',
default_options: ['c_std=c11', 'warning_level=2', 'werror=true'],
)