Skip to content

Commit

Permalink
Release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jun 17, 2017
1 parent e4f7e0b commit c0f6645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.7

Documentation

# v0.0.6

Add vertex enumeration algorithm.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ array([3, 3])

```

## Documentation

Full documentation is available here: http://nashpy.readthedocs.io/

## Development

Expand Down
2 changes: 1 addition & 1 deletion src/nash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"

0 comments on commit c0f6645

Please sign in to comment.