Skip to content

Commit

Permalink
Update version numbers to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eaj3 committed Sep 28, 2023
1 parent 6cfad4f commit de912f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "adversarial-insight-ml"
version = "0.0.6"
version = "0.1.0"

[build-system]
requires = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = adversarial-insight-ml
version = 0.0.6
version = 0.1.0
author = Team 7
description = An evaluation tool for ML models defense against adversarial attack
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='adversarial-insight-ml',
version='0.0.6',
version='0.1.0',
author='Team 7',
description='An evaluation tool for ML models defense against adversarial attack',
long_description=open('README.md').read(), # Show README.md on PyPI page
Expand Down
2 changes: 1 addition & 1 deletion src/aiml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from aiml import surrogate_model

# Define package-wide variables
__version__ = "0.0.6"
__version__ = "0.1.0"
__doc__ = "Adversarial Insight ML is a package that provides evaluation of ML models based on adversarial attacks."

# List of symbols to be imported when using "from package import *"
Expand Down

0 comments on commit de912f3

Please sign in to comment.