Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Aug 4, 2023
1 parent e2c0b89 commit 2008b93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option(INSTALL_ONLY "Enable for installation only" OFF)
# Note: update this to your new project's name and version
project(
Py2Cpp
VERSION 1.4.5
VERSION 1.4.8
LANGUAGES CXX
)

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Actions Status](https://github.com/luk036/py2cpp-cpp/workflows/MacOS/badge.svg)](https://github.com/luk036/py2cpp-cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp-cpp/workflows/Windows/badge.svg)](https://github.com/luk036/py2cpp-cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp-cpp/workflows/Ubuntu/badge.svg)](https://github.com/luk036/py2cpp-cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp-cpp/workflows/Style/badge.svg)](https://github.com/luk036/py2cpp-cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp-cpp/workflows/Install/badge.svg)](https://github.com/luk036/py2cpp-cpp/actions)
[![codecov](https://codecov.io/gh/luk036/py2cpp-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/luk036/py2cpp-cpp)
[![Actions Status](https://github.com/luk036/py2cpp/workflows/MacOS/badge.svg)](https://github.com/luk036/py2cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp/workflows/Windows/badge.svg)](https://github.com/luk036/py2cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp/workflows/Ubuntu/badge.svg)](https://github.com/luk036/py2cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp/workflows/Style/badge.svg)](https://github.com/luk036/py2cpp/actions)
[![Actions Status](https://github.com/luk036/py2cpp/workflows/Install/badge.svg)](https://github.com/luk036/py2cpp/actions)
[![codecov](https://codecov.io/gh/luk036/py2cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/luk036/py2cpp)

<p align="center">
<img src="https://repository-images.githubusercontent.com/254842585/4dfa7580-7ffb-11ea-99d0-46b8fe2f4170" height="175" width="auto" />
</p>

# py2cpp-cpp
# py2cpp


## Features
Expand Down
2 changes: 1 addition & 1 deletion doc-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: py2cpp-cpp
name: py2cpp
channels:
- conda-forge
dependencies:
Expand Down

0 comments on commit 2008b93

Please sign in to comment.