Skip to content

Commit bf88d2f

Browse files
committed
update version
1 parent 6782a2f commit bf88d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip3 install -r requirements/core.txt
3131
- name: Run setup
3232
run: |
33-
python3 setup.py develop --user
33+
python3 setup.py install --user
3434
- name: Run tests
3535
run: |
3636
python3 tests/container/create.py

boxkit/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Metadata for BoxKit package"""
22

33
__pkgname__ = "BoxKit"
4-
__version__ = "2023.07"
4+
__version__ = "2023.9.1"
55
__authors__ = "Akash Dhruv"
66
__license__ = "Apache Software License"
77
__copyright__ = "Copyright (c) 2023 UChicago Argonne LLC and contributors. All Rights Reserved."

0 commit comments

Comments
 (0)