Skip to content

Commit a2a966b

Browse files
committed
versioning
1 parent 07bdb10 commit a2a966b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.tar.gz
23

34
# Byte-compiled / optimized / DLL files
45
__pycache__/

aros_node/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
#© M.W. Mathis Lab | Hossein Mirzaei & M.W. Mathis
2-
# https://github.com/https://github.com/AdaptiveMotorControlLab/AROS
3-
# Licensed under Apache 2.0
1+
# © M.W. Mathis Lab | Hossein Mirzaei & M.W. Mathis
2+
# https://github.com/AdaptiveMotorControlLab/AROS
3+
# Licensed under Apache 2.0
4+
5+
from aros_node.version import __version__

aros_node/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aros-node
3-
version = 0.0.1
3+
version = attr: aros_node.version.__version__
44
author = Hossein Mirzaei, Mackenzie Mathis
55
author_email = [email protected]
66
description = AROS: Adversarially Robust Out-of-Distribution Detection through Stability

0 commit comments

Comments
 (0)