Skip to content

Commit

Permalink
update LMMM version to 0.1.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499910497
Change-Id: Icd9997998a622b45fd70bfaf5982e2e1ed13028a
  • Loading branch information
michevan authored and copybara-github committed Jan 5, 2023
1 parent e8238b6 commit 5abe5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightweight_mmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Detailed documentation and examples can be found in the
[Github repository](https://github.com/google/lightweight_mmm).
"""
__version__ = "0.1.6"
__version__ = "0.1.7"
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ def _parse_requirements(path):
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Topic :: Scientific/Engineering :: Mathematics",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",

],
)

0 comments on commit 5abe5ba

Please sign in to comment.