Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMiccoli committed Mar 30, 2021
1 parent 9e46208 commit b9b8f79
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 @@ -23,7 +23,7 @@ The numerical work is done by the [numpy](https://www.numpy.org/) package. For l
## Installation
To get the stable release [download it](https://github.com/EnricoMiccoli/nodal/releases/latest) and run
```
$ pip install nodal-1.2.0.whl
$ pip install nodal-1.3.0.whl
```

To try out the latest developments use [`flit`](https://github.com/takluyver/flit) instead:
Expand Down
2 changes: 1 addition & 1 deletion nodal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Nodal solves electrical circuits using nodal analysis"""
__version__ = "1.2.0"
__version__ = "1.3.0"
from .nodal import *

0 comments on commit b9b8f79

Please sign in to comment.