Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed May 27, 2024
1 parent 9c9e74b commit ed70961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='timex_lca',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
# Add other arguments as needed
)
2 changes: 1 addition & 1 deletion timex_lca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .dynamic_biosphere_builder import DynamicBiosphereBuilder
from .dynamic_characterization import DynamicCharacterization

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit ed70961

Please sign in to comment.