Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bence42 committed Oct 28, 2022
1 parent a0ba1ec commit 9efe001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genie.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pathlib import Path
import xml.etree.ElementTree as ET

__version__ = "0.3.0"
__version__ = "0.3.1"
timestamp = time.strftime('%Y%m%d-%H%M%S')
results_folder = f'./results_{timestamp}'

Expand Down

0 comments on commit 9efe001

Please sign in to comment.