Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwheele authored Aug 1, 2023
1 parent db50ae0 commit 83c30c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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", "data/MediaProbe",
new_package = create_package("mediaprobe", "1.0.0", "data/MediaProbe",
Path(args.destination), target)
logging.info(f"New package in {new_package}")
except Exception as e:
Expand All @@ -60,4 +60,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit 83c30c1

Please sign in to comment.