Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jan 23, 2024
1 parent dce7e56 commit 52b9c65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion carculator_truck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)

# library version
__version__ = (0, 4, 0)
__version__ = (0, 5, 0, "dev0")

from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
carculator-utils
carculator-utils==1.2.0.dev0
prettytable
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ def package_files(directory):

setup(
name="carculator_truck",
version="0.4.0",
version="0.5.0.dev0",
packages=packages,
author="Romain Sacchi <[email protected]>",
license=open("LICENSE").read(),
package_data={
"carculator_truck": package_files(os.path.join("carculator_truck", "data"))
},
install_requires=["carculator_utils", "prettytable"],
install_requires=["carculator_utils==1.2.0.dev0", "prettytable"],
url="https://github.com/romainsacchi/carculator_truck",
description="Prospective environmental and economic life cycle assessment"
"of medium and heavy goods vehicles",
Expand Down

0 comments on commit 52b9c65

Please sign in to comment.