Skip to content

Commit e8ff76b

Browse files
update
1 parent 9ef4dcc commit e8ff76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pytest test/*.py
5353

5454
cpp_test:
55-
name: Test SDist
55+
name: Test Cpp code
5656
needs: [ build ]
5757
runs-on: ubuntu-latest
5858
strategy:

setup.py

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

1515
setup(
1616
name="hybrid_example",
17-
version="0.1.1",
17+
version="0.2.3",
1818
description="Tutorials about hybrid programming using C++ and Python",
1919
author="Yaozhenghang Ma",
2020
author_email="Yaozhenghang.Ma@gmail.com",

0 commit comments

Comments
 (0)