Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 8, 2022
1 parent 0da5bfe commit 8422799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carculator_truck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)

# library version
__version__ = (0, 3, 5)
__version__ = (0, 3, 6)

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 @@ -33,7 +33,7 @@ def package_files(directory):

setup(
name="carculator_truck",
version="0.3.5",
version="0.3.6",
packages=packages,
author="Romain Sacchi <[email protected]>",
license=open("LICENSE").read(),
Expand Down

0 comments on commit 8422799

Please sign in to comment.