Skip to content

Commit

Permalink
lets have both, why not
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 9, 2024
1 parent 28270bb commit a324bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true

- name: Build SDist
run: pipx run build
run: pipx run build --sdist --wheel

- name: Check metadata
run: pipx run twine check dist/*
Expand Down
2 changes: 1 addition & 1 deletion src/acom_music_box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This package contains modules for handling various aspects of a music box,
including species, products, reactants, reactions, and more.
"""
__version__ = "2.1.3"
__version__ = "2.1.4"

from .utils import convert_time, convert_pressure, convert_temperature, convert_concentration
from .music_box_species import Species
Expand Down

0 comments on commit a324bfb

Please sign in to comment.