Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 20, 2023
1 parent c13c926 commit db4ca70
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3
with:
ref: v2023.8.1
ref: v2023.8.2
name: Get latest Symfem version
- run: rm -rf symfem VERSION
name: Remove downloaded symfem
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
activate-environment: symfem
- uses: actions/checkout@v3
with:
ref: v2023.8.1
ref: v2023.8.2
name: Get latest Symfem version
- run: rm -rf symfem VERSION
name: Remove downloaded symfem
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: |
wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2023.8.1.tar.gz
wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2023.8.2.tar.gz
tar -xvzf symfem.tar.gz
name: Download and unpack latest version of Symfem
- name: Install LaTeΧ
Expand All @@ -92,7 +92,7 @@ jobs:
- run: pip install pytest
name: Install pytest
- run: |
cd symfem-2023.8.1
cd symfem-2023.8.2
pip install .[optional]
python3 -m pytest test/
name: Install requirements, run tests and demos
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors:
given-names: Matthew W.
orcid: 0000-0002-4658-2443
title: Symfem
version: 2023.8.1
date-released: 2023-08-18
version: 2023.8.2
date-released: 2023-08-20
license: MIT
url: https://github.com/mscroggs/symfem
preferred-citation:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.8.1
2023.8.2
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-4658-2443", "@type": "Person", "email": "mws48@cam.ac.uk", "name": "Matthew Scroggs", "affiliation": "Department of Engineering, University of Cambridge"}], "identifier": "", "codeRepository": "https://github.com/mscroggs/symfem", "datePublished": "2021-01-23", "dateModified": "2023-08-18", "dateCreated": "2021-01-23", "description": "A symbolic finite element definition library", "keywords": "Python, finite element method, numerical analysis", "license": "MIT", "title": "Symfem", "version": "2023.8.1"}
{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-4658-2443", "@type": "Person", "email": "mws48@cam.ac.uk", "name": "Matthew Scroggs", "affiliation": "Department of Engineering, University of Cambridge"}], "identifier": "", "codeRepository": "https://github.com/mscroggs/symfem", "datePublished": "2021-01-23", "dateModified": "2023-08-20", "dateCreated": "2021-01-23", "description": "A symbolic finite element definition library", "keywords": "Python, finite element method, numerical analysis", "license": "MIT", "title": "Symfem", "version": "2023.8.2"}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description="a symbolic finite element definition library",
long_description=long_description,
long_description_content_type="text/markdown",
version="2023.8.1",
version="2023.8.2",
author="Matthew Scroggs",
license="MIT",
author_email="symfem@mscroggs.co.uk",
Expand Down
2 changes: 1 addition & 1 deletion symfem/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version number."""

version = "2023.8.1"
version = "2023.8.2"

0 comments on commit db4ca70

Please sign in to comment.