Skip to content

Commit

Permalink
Bump version to 0.1.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer authored May 9, 2024
1 parent 3c8b45b commit ddadccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## v0.1.0 (2024-05-09)

This is the initial pre-release version of AutoQASM.

AutoQASM is an experimental module offering a new quantum-imperative programming experience in Python for developing quantum programs.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="autoqasm",
version="0.0.1.dev0",
version="0.1.0",
license="Apache License 2.0",
python_requires=">= 3.9",
packages=find_namespace_packages(where="src", exclude=("test",)),
Expand Down

0 comments on commit ddadccc

Please sign in to comment.