Skip to content

Commit

Permalink
Merge pull request #391 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.3.3
  • Loading branch information
cglewis authored Jun 13, 2019
2 parents ccc72ff + c07ae73 commit aae43aa
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.3.3 (2019-06-13)

- Updated models and included printers
- Renamed PoseidonML to NetworkML
- Updated pytest to 4.6.3

# v0.3.2 (2019-05-31)

- Updated numpy to 1.16.3
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='networkml',
version='0.3.2',
version='0.3.3',
packages=['networkml', 'networkml.algorithms', 'networkml.algorithms.sos',
'networkml.parsers', 'networkml.parsers.netflow',
'networkml.parsers.pcap', 'networkml.utils'],
Expand Down

0 comments on commit aae43aa

Please sign in to comment.