From b73b21eb1dd6165c328b2cabc262f1ef57455ca7 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sat, 7 Jan 2023 15:07:25 -0700 Subject: [PATCH] release bump version Signed-off-by: vsoch --- CHANGELOG.md | 1 + pakages/version.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25d52d..bee1002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pakages/version.py b/pakages/version.py index 0a07d24..fc365f6 100644 --- a/pakages/version.py +++ b/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"