1
0
Fork 0

feat: release version 0.4

This commit is contained in:
Thomas Touhey 2024-05-06 12:27:31 +02:00
parent 5385dcac33
commit 9d3a59bf13
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(
cahute
VERSION 0.3
VERSION 0.4
DESCRIPTION "Communication and file format handling tools for CASIO calculators"
HOMEPAGE_URL "https://cahuteproject.org/"
LANGUAGES C

View File

@ -12,7 +12,7 @@ import sys
sys.path.insert(0, str(Path(__file__).parent / "_ext"))
project = "Cahute"
version = "0.3"
version = "0.4"
copyright = "2024, Thomas Touhey"
author = "Thomas Touhey"