Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Sep 7, 2023
1 parent a3bf0b5 commit 7ae9382
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Fixed

### Changed

### Removed

## [v0.0.23]

### Added

- First implementation of sun-blocking environments (sb1)
- `example_hello_kspdg.py` a "hello world" scirpt for defining an agent
- `agent_api` subpackage used for defining KSPDG solver agents that integrate and run within KSPDG environments in a streamlined, systematic fashion
Expand Down
2 changes: 1 addition & 1 deletion src/kspdg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

VERSION = "0.0.22"
VERSION = "0.0.23"

0 comments on commit 7ae9382

Please sign in to comment.