Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #415 from mbrobbel/release-0.1.1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
mbrobbel authored Jan 23, 2020
2 parents b1a992a + 44ea235 commit dce99da
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Swig
run: brew install swig
- name: Install dependencies
run: python -m pip install wheel
run: python3 -m pip install -U setuptools wheel
- name: Build wheel
run: python3 setup.py bdist_wheel
- uses: actions/upload-artifact@v1
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [0.1.1] - 2020-01-23

- Fix PyPi wheel upload

# [0.1.0] - 2020-01-23

Initial release
- Initial release

[0.1.1]: https://github.com/mbrobbel/dqcsim/releases/tag/0.1.1
[0.1.0]: https://github.com/mbrobbel/dqcsim/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else()
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)

project(dqcsim
VERSION 0.1.0
VERSION 0.1.1
DESCRIPTION "C++ bindings for the Delft Quantum & Classical Simulator"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dqcsim"
version = "0.1.0"
version = "0.1.1"
authors = ["Quantum Computer Architectures, Quantum & Computer Engineering, QuTech, Delft University of Technology"]
edition = '2018'
build = "tools/build.rs"
Expand Down

0 comments on commit dce99da

Please sign in to comment.