File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.4
2+ current_version = 0.3.5
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
4040 uses : softprops/action-gh-release@v1
4141 with :
4242 files : |
43- dist/fdtd-0.3.4 .tar.gz
44- dist/fdtd-0.3.4 -py3-none-any.whl
43+ dist/fdtd-0.3.5 .tar.gz
44+ dist/fdtd-0.3.5 -py3-none-any.whl
4545 - name : Publish to PyPI
4646 run : |
4747 pip install --user twine \
4848 && twine upload \
49- dist/fdtd-0.3.4 .tar.gz \
50- dist/fdtd-0.3.4 -py3-none-any.whl \
49+ dist/fdtd-0.3.5 .tar.gz \
50+ dist/fdtd-0.3.5 -py3-none-any.whl \
5151 --username __token__ \
5252 --password ${{ secrets.PYPI_API_TOKEN }}
5353
Original file line number Diff line number Diff line change 11""" Python 3D FDTD Simulator """
22
33__author__ = "Floris laporte"
4- __version__ = "0.3.4 "
4+ __version__ = "0.3.5 "
55
66from .grid import Grid
77from .sources import PointSource , LineSource , PlaneSource
Original file line number Diff line number Diff line change 11[metadata]
22name = fdtd
3- version = 0.3.4
3+ version = 0.3.5
44description = a 3D electromagnetic FDTD simulator written in Python
55author = Floris Laporte
66author_email = floris.laporte@gmail.com
You can’t perform that action at this time.
0 commit comments