Skip to content

Commit

Permalink
Merge pull request #52 from cnrl/kk
Browse files Browse the repository at this point in the history
chore: version bump
  • Loading branch information
realamirhe authored Apr 23, 2024
2 parents 80bef96 + fc426dc commit ffcef87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from conex.behaviors import *
from conex.nn import *

__version__ = "0.1.0"
__version__ = "0.1.2"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
license="MIT license",
long_description=readme + "\n\n" + history,
include_package_data=True,
keywords="CoNeX",
name="CoNeX",
keywords="CNRL-CoNeX",
name="CNRL-CoNeX",
packages=["conex"],
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/cnrl/CoNeX",
version="0.1.0",
version="0.1.2",
zip_safe=False,
)

0 comments on commit ffcef87

Please sign in to comment.