Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 7, 2024
1 parent 9b0a4ca commit 0a84e89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.11]
### Added
- Documentation improvements

### Modified
- Naming conventions for modules (config, utils, base)
- Import order convention for modules

## [0.7.10]
### Added
- First (working) release on PyPI
Expand Down
2 changes: 1 addition & 1 deletion obsidian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""obsidian: Automated experiment design and black-box optimization"""
__version__ = '0.7.10'
__version__ = '0.7.11'

from obsidian.campaign import Campaign
from obsidian.optimizer import BayesianOptimizer
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "obsidian-apo"
version = "0.7.10"
version = "0.7.11"
description = "Automated experiment design and black-box optimization"
authors = ["Kevin Stone <kevin.stone@merck.com>", "Yuting Xu <yuting.xu@merck.com"]
packages = [
Expand Down

0 comments on commit 0a84e89

Please sign in to comment.