Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/py4dstem/py4DSTEM into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Mar 21, 2024
2 parents 27bc3d1 + 130c994 commit e2242f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
patch_number = line_split[2].split("'")[0].split('"')[0]

# Increment patch number
patch_number = str(int(patch_number) + 1) + "'"
patch_number = str(int(patch_number) + 1) + '"'


new_line = line_split[0] + "." + line_split[1] + "." + patch_number
Expand Down
2 changes: 1 addition & 1 deletion py4DSTEM/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.11'
__version__ = "0.14.12"

0 comments on commit e2242f8

Please sign in to comment.