Skip to content

Commit

Permalink
Bump version: 0.6.6 → 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Jun 22, 2023
1 parent 5b1e8d1 commit a7ed396
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.6
current_version = 0.6.7
commit = True
tag = True
tag_name = {new_version}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
dist/meow-sim-0.6.6.tar.gz
dist/meow_sim-0.6.6-py3-none-any.whl
dist/meow-sim-0.6.7.tar.gz
dist/meow_sim-0.6.7-py3-none-any.whl
- name: Publish to PyPI
run: |
pip install --user twine \
&& twine upload \
dist/meow-sim-0.6.6.tar.gz \
dist/meow_sim-0.6.6-py3-none-any.whl \
dist/meow-sim-0.6.7.tar.gz \
dist/meow_sim-0.6.7-py3-none-any.whl \
--username __token__ \
--password ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = "meow"
copyright = "2022, Apache2"
author = "Floris Laporte"
release = "0.6.6"
release = "0.6.7"
extensions = [
"myst_nb",
"matplotlib.sphinxext.plot_directive",
Expand Down
2 changes: 1 addition & 1 deletion meow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" MEOW: Modeling of Eigenmodes and Overlaps in Waveguides """

__author__ = "Floris Laporte"
__version__ = "0.6.6"
__version__ = "0.6.7"

import warnings

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["build", "pip", "setuptools", "wheel", "pybind11"]

[project]
name = "meow-sim"
version = "0.6.6"
version = "0.6.7"
authors = [
{ name = "Rockley Photonics" },
{ name = "Floris Laporte", email = "floris.laporte@rockleyphotonics.com" },
Expand Down

0 comments on commit a7ed396

Please sign in to comment.