Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Eriksson committed Jun 22, 2020
1 parent 5276146 commit a2de59a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
v.0.3.1, 2020-06-18
v.0.3.3, 2020-06-22
--------------------

- Exclude examples and tests from the package

v.0.3.2, 2020-06-18
--------------------

- Fix import error
Expand Down
2 changes: 1 addition & 1 deletion pySOT/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from . import auxiliary_problems, controller, experimental_design, optimization_problems, strategy, surrogate

__version__ = "0.3.2"
__version__ = "0.3.3"
__author__ = "David Eriksson, David Bindel, Christine Shoemaker"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="pySOT",
version="0.3.2",
version="0.3.3",
packages=find_packages(),
url="https://github.com/dme65/pySOT",
license="LICENSE.rst",
Expand Down

0 comments on commit a2de59a

Please sign in to comment.