Skip to content

Commit c394730

Browse files
committed
version bump to 0.2.0
1 parent 5282fb0 commit c394730

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
files: platforms/python/qsharp-bridge/dist/*.whl
7070

7171
build-swift-package:
72-
runs-on: macos-15
72+
runs-on: macos-26
7373
steps:
7474
- name: Checkout code
7575
uses: actions/checkout@v3

platforms/csharp/QSharp.Community.QSharpBridge/QSharp.Community.QSharpBridge.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>0.1.0</Version>
5+
<Version>0.2.0</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

platforms/python/qsharp-bridge/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
CARGO_MANIFEST_PATH = os.path.abspath(os.path.join(HERE, "../../../Cargo.toml"))
1515
CARGO_TARGET_DIR = os.path.abspath(os.path.join(HERE, "../../../target/release"))
1616
BINDINGS_SRC = os.path.abspath(os.path.join(HERE, "../../../bindings/qsharp_bridge.py"))
17-
VERSION = os.environ.get("PACKAGE_VERSION", "0.1.0")
17+
VERSION = os.environ.get("PACKAGE_VERSION", "0.2.0")
1818

1919
def get_lib_filename():
2020
"""

0 commit comments

Comments
 (0)