Skip to content

Commit

Permalink
Tag updated to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoliy Bilenko authored and Anatoliy Bilenko committed Jun 17, 2024
1 parent 59b897c commit d0ed13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chronoscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import errno
import sys

__version__ = '0.0.2'
__version__ = '0.0.3'
__author__ = 'Anatoliy Bilenko <[email protected]>'
__license__ = 'LGPLv3'

Expand Down
2 changes: 1 addition & 1 deletion system-test
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmd_mkdb() {
cd test/
python3 -m venv ".env"
source ".env/bin/activate"
pip3 install ../dist/Chronoscope-0.0.2-py3-none-any.whl
pip3 install ../dist/Chronoscope-0.0.3-py3-none-any.whl
deactivate
.env/bin/chronoscope create --trace trace.txt
cd -
Expand Down

0 comments on commit d0ed13b

Please sign in to comment.