Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinw committed Mar 19, 2022
1 parent 0d67a38 commit 84a297d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ cd Python
pip install --verbose .[test]
```

If you didn't use `--recursive` you will have to do the following:

```console
git submodule update --recursive
git submodule update --recursive
```


From the top level (maybe change to build_pyd)

```console
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="python-janus",
version="0.1.1",
version="0.2.0",
author="Alwin Wang",
author_email="16846521+AlwinW@users.noreply.github.com",
url="https://github.com/alwinw/pyJanus",
Expand Down

0 comments on commit 84a297d

Please sign in to comment.