Skip to content

Commit

Permalink
Merge pull request #38 from efabless/fix_plot_steps
Browse files Browse the repository at this point in the history
Fix plot steps
  • Loading branch information
RTimothyEdwards authored Mar 18, 2024
2 parents 188d784 + 0582ed3 commit b6b0b4c
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 132 deletions.
2 changes: 1 addition & 1 deletion cace/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '2.1.10'
__version__ = '2.1.11'

if __name__ == '__main__':
print(__version__, end='')
Loading

0 comments on commit b6b0b4c

Please sign in to comment.