Skip to content

Commit 9f730a2

Browse files
committed
v1.0.0
1 parent 4ced508 commit 9f730a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hyperactive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
# License: MIT License
44

5-
__version__ = "0.5.0"
5+
__version__ = "1.0.0"
66
__license__ = "MIT"
77

88
from .optimizers.local import HillClimbingOptimizer

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hyperactive",
10-
version="0.5.0",
10+
version="1.0.0",
1111
author="Simon Blanke",
1212
author_email="[email protected]",
1313
license="MIT",

0 commit comments

Comments
 (0)