Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 8, 2021
1 parent f16430d commit 81eeb42
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, 2, 5)
__version__ = (0, 2, 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 @@ -28,7 +28,7 @@ def package_files(directory):

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

0 comments on commit 81eeb42

Please sign in to comment.