Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(gates VERSION 0.2.0 LANGUAGES C CXX)
project(gates VERSION 0.2.1 LANGUAGES C CXX)

# If a Conan toolchain file was injected at the super-project level but is missing pieces,
# allow an opt-out for this standalone build by setting SKIP_PARENT_TOOLCHAIN.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
project = 'gates'
copyright = '2025-2026, cmelnu'
author = 'cmelnu'
version = '0.2.0'
release = '0.2.0'
version = '0.2.1'
release = '0.2.1'

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