Skip to content

Commit 98cee1e

Browse files
Version: 0.2.7
1 parent 0e3e25a commit 98cee1e

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

htty-core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htty-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty_core"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.6"
7+
version = "0.2.7"
88
# [[[end]]]
99
edition = "2021"
1010
rust-version = "1.74"

htty-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty_core"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.6"
7+
version = "0.2.7"
88
# [[[end]]]
99
description = "Headless Terminal - Rust binary for terminal automation"
1010
readme = "README.md"

htty-core/src/python/htty_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# import os
1212
# cog.out(f'__version__ = "{os.environ["HTTY_VERSION"]}"')
1313
# ]]]
14-
__version__ = "0.2.6"
14+
__version__ = "0.2.7"
1515
# [[[end]]]

htty-core/src/rust/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn parse_args(args: &[String]) -> Result<Cli> {
4848
// import os
4949
// cog.out(f'println!("{os.environ["HTTY_VERSION_INFO_HT"]}");')
5050
// ]]]
51-
println!("ht 0.2.6 (unknown)");
51+
println!("ht 0.2.7 (unknown)");
5252
// [[[end]]]
5353
std::process::exit(0);
5454
}

htty-core/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htty/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.6"
7+
version = "0.2.7"
88
# [[[end]]]
99
description = "Headless Terminal - Python library for terminal automation"
1010
readme = "README.md"

htty/src/htty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
# import os
149149
# cog.out(f'__version__ = "{os.environ["HTTY_VERSION"]}"')
150150
# ]]]
151-
__version__ = "0.2.6"
151+
__version__ = "0.2.7"
152152
# [[[end]]]
153153

154154
__all__ = [

htty/src/htty/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def htty_sync() -> None:
106106
# import os
107107
# cog.out(f'version="{os.environ["HTTY_VERSION_INFO_HTTY"]}",')
108108
# ]]]
109-
version="htty 0.2.6 (unknown)",
109+
version="htty 0.2.7 (unknown)",
110110
# [[[end]]]
111111
)
112112
parser.add_argument(

htty/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)