Skip to content

Commit

Permalink
AMP-3086: tag 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Nov 15, 2023
1 parent 83c30c1 commit b935042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/
/.project
/.pydevproject
2 changes: 1 addition & 1 deletion amp_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
# Package it, if needed
if args.package:
try:
new_package = create_package("mediaprobe", "1.0.0", "data/MediaProbe",
new_package = create_package("mediaprobe", "1.0.1", "data/MediaProbe",
Path(args.destination), target)
logging.info(f"New package in {new_package}")
except Exception as e:
Expand Down

0 comments on commit b935042

Please sign in to comment.