Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro committed Dec 22, 2024
1 parent defabc8 commit 443f905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)

project(nanoroute LANGUAGES CXX VERSION 2.0.2)
project(nanoroute LANGUAGES CXX VERSION 2.0.3)

option(NANOROUTE_USE_IPO "Use interprocedural optimization if supported" ON)
option(NANOROUTE_STRIP "Run system strip on compiled module" ON)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project = 'nanoroute'
author = 'Vito Gamberini'
release = '2.0.2'
release = '2.0.3'

html_show_copyright = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nanoroute"
version = "2.0.2"
version = "2.0.3"
description = "Small, fast, HTTP URL router"
readme = "ReadMe.md"
requires-python = ">=3.13"
Expand Down

0 comments on commit 443f905

Please sign in to comment.