@@ -32,19 +32,19 @@ and [Pep 518 (pyproject.toml)](https://www.python.org/dev/peps/pep-0518/).
32
32
33
33
## Installation
34
34
- ** Windows** - Download and run
35
- [ this installer] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.0 /pyflow-0.3.0 -x86_64.msi ) .
35
+ [ this installer] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.1 /pyflow-0.3.1 -x86_64.msi ) .
36
36
Or, if you have [ Scoop] ( https://scoop.sh ) installed, run ` scoop install pyflow ` .
37
37
38
38
- ** Ubuntu, or another Os that uses Snap** - Run ` snap install pyflow --classic ` .
39
39
40
40
- ** Ubuntu or Debian without Snap** - Download and run
41
- [ this deb] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.0 /pyflow_0.3.0_amd64 .deb ) .
41
+ [ this deb] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.1 /pyflow_0.3.1_amd64 .deb ) .
42
42
43
43
- ** Fedora, CentOs, RedHat, or older versions of SUSE** - Download and run
44
- [ this rpm] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.0 /pyflow-0.3.0 .x86_64.rpm ) .
44
+ [ this rpm] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.1 /pyflow-0.3.1 .x86_64.rpm ) .
45
45
46
46
- ** A different Linux distro** - Download this
47
- [ standalone binary] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.0 /pyflow )
47
+ [ standalone binary] ( https://github.com/David-OConnor/pyflow/releases/download/0.3.1 /pyflow )
48
48
and place it somewhere accessible by the PATH. For example, ` /usr/bin ` .
49
49
50
50
- ** Mac** - Run ` brew install pyflow `
@@ -189,7 +189,7 @@ Example contents:
189
189
[tool .pyflow ]
190
190
py_version = " 3.7"
191
191
name = " runcible"
192
- version = " 0.3.0 "
192
+ version = " 0.3.1 "
193
193
authors = [
" John Hackworth <[email protected] >" ]
194
194
195
195
[tool .pyflow .dependencies ]
@@ -371,7 +371,7 @@ In order to build and publish your project, additional info is needed in
371
371
[tool .pyflow ]
372
372
name = " everythingkiller"
373
373
py_version = " 3.6"
374
- version = " 0.3.0 "
374
+ version = " 0.3.1 "
375
375
authors = [
" Fraa Erasmas <[email protected] >" ]
376
376
description = " Small, but packs a punch!"
377
377
homepage = " https://everything.math"
@@ -394,7 +394,7 @@ activate = "jeejah:activate"
394
394
395
395
[tool .pyflow .dependencies ]
396
396
numpy = " ^1.16.4"
397
- manimlib = " 0.3.0 "
397
+ manimlib = " 0.3.1 "
398
398
ipython = {version = " ^7.7.0" , extras =[" qtconsole" ]}
399
399
400
400
0 commit comments