Skip to content

Commit

Permalink
chore: Update major version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi committed Sep 24, 2024
1 parent 7e6a656 commit 8405d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Version 2.1.0

Version 3.0.0

Dropped support for Python 3.8 and added support for Python 3.12.
Dropped support for Python 3.8 and added support for Python 3.11 and 3.12.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import find_packages, setup

version = '2.1.0'
version = '3.0.0'
description = __doc__.strip().split('\n')[0]
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.rst')) as file_in:
Expand Down
2 changes: 1 addition & 1 deletion submit_and_compare/mixins/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def workbench_scenarios(cls):
"""
Gather scenarios to be displayed in the workbench
"""
return loader.load_scenarios_from_path("../scenarios")
return loader.load_scenarios_from_path("../scenarios")

0 comments on commit 8405d88

Please sign in to comment.