Skip to content

Commit 7c6d349

Browse files
authored
Happy New Year 2024 (#95)
1 parent 246664d commit 7c6d349

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
python-version: '3.x'
6464
- name: Cache pip
65-
uses: actions/cache@v2
65+
uses: actions/cache@v3
6666
with:
6767
# This path is specific to Ubuntu
6868
path: ~/.cache/pip

LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2023 Georgia Tech Research Corporation
3+
Copyright (c) 2019-2024 Georgia Tech Research Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = 'MicroStructPy'
26-
copyright = '2019-2023, Georgia Tech Research Corporation'
26+
copyright = '2019-2024, Georgia Tech Research Corporation'
2727
author = 'Kenneth Hart'
2828

2929
# The short X.Y version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def find_version(*fname):
5151
classifiers=[
5252
# complete classifier list:
5353
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
54-
'Development Status :: 4 - Beta',
54+
'Development Status :: 5 - Production/Stable',
5555
'Intended Audience :: Science/Research',
5656
'License :: OSI Approved :: MIT License',
5757
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)