Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bence42 committed Apr 6, 2024
1 parent bcf08fe commit ad9fd0e
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.1"
__version__ = "0.4.0"
timestamp = time.strftime('%Y%m%d-%H%M%S')
results_folder = f'./results_{timestamp}'

Expand Down

0 comments on commit ad9fd0e

Please sign in to comment.