Skip to content

Commit 90f4b10

Browse files
committed
give up on the version update attempt!
1 parent e8a4a36 commit 90f4b10

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bayes_opt/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
from .logger import ScreenLogger, JSONLogger
55
from .constraint import ConstraintModel
66

7-
__version__ = '1.3.0'
8-
97
__all__ = [
108
"BayesianOptimization",
119
"ConstraintModel",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from setuptools import setup, find_packages
2-
import bayes_opt
2+
from importlib.resources import Package
33

44
setup(
55
name='bayesian-optimization',
6-
version=bayes_opt.__version__,
6+
version="1.3.0",
77
url='https://github.com/fmfn/BayesianOptimization',
88
packages=find_packages(),
99
author='Fernando Nogueira',

0 commit comments

Comments
 (0)