Skip to content

Commit

Permalink
Merge 3887b16 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 23, 2021
2 parents 14383cf + 3887b16 commit e423cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ With shell pipes, you can specify what the shell should execute right in the
command line.

``` bash
$ echo "which python3 && echo $PATH" | vien shell
$ echo 'which python3 && echo $PATH' | vien shell
```

## run
Expand Down
2 changes: 1 addition & 1 deletion vien/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.4.0"
__version__ = "4.4.1"
__copyright__ = "(c) 2020-2021 Artëm IG <github.com/rtmigo>"
__license__ = "BSD-3-Clause"

0 comments on commit e423cc3

Please sign in to comment.