File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019-2023 Georgia Tech Research Corporation
3+ Copyright (c) 2019-2024 Georgia Tech Research Corporation
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2323# -- Project information -----------------------------------------------------
2424
2525project = 'MicroStructPy'
26- copyright = '2019-2023 , Georgia Tech Research Corporation'
26+ copyright = '2019-2024 , Georgia Tech Research Corporation'
2727author = 'Kenneth Hart'
2828
2929# The short X.Y version
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments