Skip to content

Commit

Permalink
Merge pull request #285 from lilchurro/master
Browse files Browse the repository at this point in the history
Releasing version 0.2.6
  • Loading branch information
lilchurro authored Jan 25, 2019
2 parents c9c8d5e + 586167f commit 88631a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.2.6 (2019-01-25)

- Updated numpy to 1.16.0
- Updated pika to 0.13.0
- Included a conda yml file for a standalone/dev environment, and new Makefile options to build it.

# v0.2.5 (2019-01-11)

- models have been retrained to fix a warning about invalid results when evaluating a pcap
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='poseidonml',
version='0.2.6.dev',
version='0.2.6',
packages=['poseidonml'],
package_dir={'poseidonml': 'utils'},
package_data={'poseidonml': ['models/*']},
Expand Down

0 comments on commit 88631a0

Please sign in to comment.