Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 authored Nov 1, 2024
1 parent d4ea2d8 commit 958c1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zircolite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ def ImportErrorHandler(config):
# MAIN()
################################################################
def main():
version = "2.30.0"
version = "2.30.1"

# Init Args handling
parser = argparse.ArgumentParser()
Expand Down
2 changes: 1 addition & 1 deletion zircolite_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ def ImportErrorHandler(config):
# MAIN()
################################################################
def main():
version = "2.30.0"
version = "2.30.1"

# Init Args handling
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 958c1be

Please sign in to comment.