Skip to content

Commit

Permalink
core: bump conex version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir.H Ebrahimi committed Apr 28, 2024
1 parent 857a452 commit 9c33d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from conex.nn import *
from conex.helpers import *

__version__ = "0.1.3"
__version__ = "0.1.4"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
include_package_data=True,
keywords="CNRL-CoNeX",
name="CNRL-CoNeX",
packages=find_packages(include=['conex', 'conex.*']),
packages=find_packages(include=["conex", "conex.*"]),
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/cnrl/CoNeX",
version="0.1.3",
version="0.1.4",
zip_safe=False,
)

0 comments on commit 9c33d97

Please sign in to comment.