Skip to content

Commit 2a22386

Browse files
committed
update README and version to be out of "EARLY WIP" state
1 parent ca21858 commit 2a22386

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Q-stack
99
## About
1010

1111
Q-stack is a stack of codes for dedicated pre- and post-processing tasks for Quantum Machine Learning (QML).
12-
It is a work in progress. Stay tuned for updates!
12+
1313

1414
## Install
1515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ruff: noqa: S607 # look, if people are installing qstack while using a borked PATH, that's on them
88
# ruff: noqa: D100 # this is a setup.py file, no docstring is needed
99

10-
VERSION="0.0.1"
10+
VERSION="0.1.0"
1111

1212
def get_git_version_hash():
1313
"""Get tag/hash of the latest commit.

0 commit comments

Comments
 (0)