Skip to content

Commit 4288a82

Browse files
committed
chore: version bump
1 parent 8294332 commit 4288a82

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
@@ -22,7 +22,7 @@ if(DEFINED VCPKG_ROOT_DIR)
2222
)
2323
endif()
2424

25-
project(velocem LANGUAGES C VERSION 0.0.1)
25+
project(velocem LANGUAGES C VERSION 0.0.2)
2626

2727
find_package(Python3 REQUIRED COMPONENTS Development.Module)
2828
find_package(libuv CONFIG REQUIRED)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "velocem"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Hyperspeed Python Web Framework"
55
readme = "ReadMe.md"
66
requires-python = ">=3.11"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocem",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Hyperspeed Python Web Framework",
55
"homepage": "https://github.com/nickelpro/velocem",
66
"maintainers": [

0 commit comments

Comments
 (0)