We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6782a2f commit bf88d2fCopy full SHA for bf88d2f
.github/workflows/minimal.yml
@@ -30,7 +30,7 @@ jobs:
30
pip3 install -r requirements/core.txt
31
- name: Run setup
32
run: |
33
- python3 setup.py develop --user
+ python3 setup.py install --user
34
- name: Run tests
35
36
python3 tests/container/create.py
boxkit/__meta__.py
@@ -1,7 +1,7 @@
1
"""Metadata for BoxKit package"""
2
3
__pkgname__ = "BoxKit"
4
-__version__ = "2023.07"
+__version__ = "2023.9.1"
5
__authors__ = "Akash Dhruv"
6
__license__ = "Apache Software License"
7
__copyright__ = "Copyright (c) 2023 UChicago Argonne LLC and contributors. All Rights Reserved."
0 commit comments