Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Oct 15, 2020
1 parent c5cf602 commit 083d3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.1]

### Added
- Check whether output directories exist before running any computations.
- Allow paths to output files without basenames.

## [0.3.0]

Expand Down
2 changes: 1 addition & 1 deletion chess/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 083d3b1

Please sign in to comment.