Skip to content

Commit

Permalink
updating pyc files, bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed May 23, 2024
1 parent f0f00bf commit bdc6062
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.6.1] - 2024.05.22

### Added

- Ability to check versioning on `evaluation/evaluate.cpython-XXX.pyc`, which is different than kspdg version number. Check with
```bash
conda activate kspdg
python evaluation/evaluate.cpython-312.pyc --version
```

### Fixed

- Updated `evaluation/evaluate.cpython-XXX.pyc` to work with new kspdg packaging

### Changed

### Removed

## [v0.6.0] - 2024.05.15

### Added
Expand Down
Binary file modified evaluation/evaluate.cpython-312.pyc
Binary file not shown.
Binary file modified evaluation/evaluate.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/kspdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

__version__ = "0.6.0"
__version__ = "0.6.1"

# these imports make the individual environments accessible at the top-level
# of the library and assign an environment version number
Expand Down

0 comments on commit bdc6062

Please sign in to comment.