diff --git a/docs/conf.py b/docs/conf.py index 7e51e622..1f0a1bba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = '1.4.0' +version = '1.4.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 12240ebc..55a959d1 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.4.0', + version: '1.4.1', license: 'GPL3', meson_version: '>= 0.47.0' )