Skip to content

Commit

Permalink
update version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 5, 2020
1 parent 0848881 commit 39c7bc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ optional arguments:
--msgpack use msgpack
```

#### Example
#### C++ Example

> wandbox-cxx -c gcc-head run main.cpp -DWANDBOX
Expand All @@ -114,3 +114,15 @@ optional arguments:
(wandbox-cxx -c cpython-head)
* wandbox-pypy
(wandbox-cxx -c pypy-head)

#### Python Example

> wandbox-python3 run sample.py
wandbox-python supports setup.py

> wandbox-python -c cpython-head -r test run setup.py
If you open a file, add the file

> wandbox-python -c cpython-head -r test run setup.py README.md
2 changes: 1 addition & 1 deletion wandbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'srz_zumix'
__version__ = '0.9.6'
__version__ = '0.9.7'

__copyright__ = '2014-2020 %s ' % __author__
__license__ = """
Expand Down

0 comments on commit 39c7bc2

Please sign in to comment.