Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Feb 10, 2023
1 parent 931ac32 commit 34a3ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carculator_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ExportInventory",
"VehicleInputParameters",
)
__version__ = (1, 0, 3)
__version__ = (1, 0, 4)

from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def package_files(directory):

setup(
name="carculator_utils",
version="1.0.3",
version="1.0.4",
packages=packages,
author="Romain Sacchi <romain.sacchi@psi.ch>",
python_requires=">=3.9",
Expand Down

0 comments on commit 34a3ca5

Please sign in to comment.