Skip to content

Commit 1b1d253

Browse files
committed
chore: version bump
1 parent 28d2907 commit 1b1d253

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.25)
22

3-
project(nanoroute LANGUAGES CXX VERSION 2.0.3)
3+
project(nanoroute LANGUAGES CXX VERSION 2.0.4)
44

55
option(NANOROUTE_USE_IPO "Use interprocedural optimization if supported" ON)
66
option(NANOROUTE_STRIP "Run system strip on compiled module" ON)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project = 'nanoroute'
22
author = 'Vito Gamberini'
3-
release = '2.0.3'
3+
release = '2.0.4'
44

55
html_show_copyright = False
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nanoroute"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Small, fast, HTTP URL router"
55
readme = "ReadMe.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)