Skip to content

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 31, 2021
1 parent 41e14ad commit 2a73155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carculator_bus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)

# library version
__version__ = (0, 0, 2)
__version__ = (0, 0, 3)

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

setup(
name="carculator_bus",
version="0.0.2",
version="0.0.3",
packages=packages,
author="Romain Sacchi <romain.sacchi@psi.ch>",
license=open("LICENSE").read(),
Expand Down

0 comments on commit 2a73155

Please sign in to comment.