Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zangobot committed Dec 8, 2024
1 parent 01677ee commit 3c8ae3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Luca Demetrio'

# The full version, including alpha/beta/rc tags
release = '0.3.3'
release = '0.4'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(str(current_dir / "README.md"), "r") as f:
long_description = f.read()

version = '0.3.2'
version = '0.4'

setup(
name="secml_malware",
Expand All @@ -25,7 +25,7 @@
'deap',
'torch',
'torchvision',
'tqdm',
'git+https://github.com/zangobot/ember.git'
],
url="https://github.com/pralab/secml_malware",
license="GPL 3.0",
Expand Down

0 comments on commit 3c8ae3a

Please sign in to comment.