Skip to content

Commit 29c32c0

Browse files
RahulHereRahulHere
authored andcommitted
Bump version to 0.1.0.dev20260226145002
1 parent b86b9d5 commit 29c32c0

16 files changed

Lines changed: 16 additions & 15 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dist/
66

77
# Native library directories
88
native/
9+
test-project-api/
910

1011
# Python cache
1112
__pycache__/

gopher_orch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from gopher_orch.server_config import ServerConfig
3030
from gopher_orch.ffi import GopherOrchLibrary
3131

32-
__version__ = "0.1.0"
32+
__version__ = "0.1.0.dev20260226145002"
3333

3434
__all__ = [
3535
# Main classes

packages/darwin-arm64/gopher_orch_native_darwin_arm64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.1.0.dev20260226145002"
1111

1212
# Platform identifier
1313
PLATFORM = "darwin"

packages/darwin-arm64/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 = "gopher-orch-native-darwin-arm64"
7-
version = "0.1.0"
7+
version = "0.1.0.dev20260226145002"
88
description = "Native library for gopher-orch (macOS ARM64)"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/darwin-x64/gopher_orch_native_darwin_x64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.1.0.dev20260226145002"
1111

1212
# Platform identifier
1313
PLATFORM = "darwin"

packages/darwin-x64/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 = "gopher-orch-native-darwin-x64"
7-
version = "0.1.0"
7+
version = "0.1.0.dev20260226145002"
88
description = "Native library for gopher-orch (macOS Intel)"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/linux-arm64/gopher_orch_native_linux_arm64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.1.0.dev20260226145002"
1111

1212
# Platform identifier
1313
PLATFORM = "linux"

packages/linux-arm64/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 = "gopher-orch-native-linux-arm64"
7-
version = "0.1.0"
7+
version = "0.1.0.dev20260226145002"
88
description = "Native library for gopher-orch (Linux ARM64)"
99
readme = "README.md"
1010
license = {text = "MIT"}

packages/linux-x64/gopher_orch_native_linux_x64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.1.0.dev20260226145002"
1111

1212
# Platform identifier
1313
PLATFORM = "linux"

packages/linux-x64/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 = "gopher-orch-native-linux-x64"
7-
version = "0.1.0"
7+
version = "0.1.0.dev20260226145002"
88
description = "Native library for gopher-orch (Linux x64)"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)