Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 36eb07f

Browse files
author
Tomas Hagenau Andersen
committed
Release version v0.1.0
1 parent 9c26896 commit 36eb07f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(OS2DSRules VERSION 0.0.9)
3+
project(OS2DSRules VERSION 0.1.0)
44

55
# Detect available compiler on the host system.
66
set(gcc_like_cxx "$<COMPILE_LANG_AND_ID:CXX,ARMClang,AppleClang,Clang,GNU,LCC>")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "os2ds-rules"
7-
version = "0.0.9"
7+
version = "0.1.0"
88
authors = [
99
{ name="HackTheOxidation", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)