Skip to content

Commit

Permalink
patch firor conda
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith committed Mar 14, 2022
1 parent 1b3d760 commit 459419a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added docs/examples/neworder-1.1.1-examples-src.tgz
Binary file not shown.
Binary file added docs/examples/neworder-1.1.1-examples-src.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/examples/src.md
@@ -1,7 +1,7 @@
!!! note "Examples Source Code"
Source code for all the examples can be downloaded using one of the the links below:

**[neworder-1.1.0-examples-src.tgz](./neworder-1.1.0-examples-src.tgz)** | **[neworder-1.1.0-examples-src.zip](./neworder-1.1.0-examples-src.zip)**
**[neworder-1.1.1-examples-src.tgz](./neworder-1.1.1-examples-src.tgz)** | **[neworder-1.1.1-examples-src.zip](./neworder-1.1.1-examples-src.zip)**

The contained file `requirements.txt` lists the package dependencies of the examples, which can be installed using e.g.:

Expand Down
2 changes: 1 addition & 1 deletion neworder/__init__.py
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

from _neworder_core import (
Model,
Expand Down

0 comments on commit 459419a

Please sign in to comment.