Skip to content

Commit

Permalink
Merge pull request #351 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.3.0
  • Loading branch information
cglewis authored Apr 4, 2019
2 parents a97efca + 26eec99 commit f107609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.3.0 (2019-04-04)

- Major rewrite and restructing of the code base, but same functionality

# v0.2.10 (2019-03-22)

- Changed the default for Rabbit to not be used
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.3.0.dev',
version='0.3.0',
packages=['networkml', 'networkml.algorithms', 'networkml.algorithms.onelayer', 'networkml.algorithms.randomforest',
'networkml.algorithms.sos', 'networkml.parsers', 'networkml.parsers.netflow', 'networkml.parsers.pcap', 'networkml.utils'],
package_data={'networkml': ['trained_models/*', 'configs/*']},
Expand Down

0 comments on commit f107609

Please sign in to comment.