Skip to content

Commit

Permalink
release bump version
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jan 7, 2023
1 parent 51152fb commit b73b21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
The versions coincide with releases on pip. Only major versions will be released as tags on Github.

## [0.0.x](https://github.scom/syspack/pakages/tree/main) (0.0.x)
- only call spack from the command line, not reliable as API (0.0.21)
- add new vendoring line imports (0.0.2)
- bug with parsing hidden (and non package directories) in spack (0.0.19)
- bugfixes to install and adding GitHub action (0.0.18)
Expand Down
4 changes: 2 additions & 2 deletions pakages/version.py
@@ -1,8 +1,8 @@
__author__ = "Vanessa Sochat, Alec Scott"
__copyright__ = "Copyright 2021-2022, Vanessa Sochat and Alec Scott"
__copyright__ = "Copyright 2021-2023, Vanessa Sochat and Alec Scott"
__license__ = "Apache-2.0"

__version__ = "0.0.2"
__version__ = "0.0.21"
AUTHOR = "Vanessa Sochat, Alec Scott"
NAME = "pakages"
PACKAGE_URL = "https://github.com/syspack/pakages"
Expand Down

0 comments on commit b73b21e

Please sign in to comment.