Skip to content

Commit a949fd2

Browse files
committed
release version 1.0.2
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
1 parent ac59089 commit a949fd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'libudo'
1010
copyright = '2024-2026, Underview LLC'
1111
author = 'Underview LLC'
12-
release = '1.0.1'
12+
release = '1.0.2'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'udo',
33
'c',
4-
version: '1.0.1',
4+
version: '1.0.2',
55
license: 'MIT',
66
meson_version: '>=1.3.1',
77
default_options: [

0 commit comments

Comments
 (0)