Skip to content

Commit

Permalink
Bump version for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matterhorn103 committed Nov 26, 2024
1 parent 8bb3e7f commit 729c535
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion easyxtb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "easyxtb"
version = "0.6.0"
version = "0.7.0"
description = "A Python API for xtb (and CREST)."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion easyxtb/src/easyxtb/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def save_config():

# Current version of package
# Hard code for now, obviously not ideal though
easyxtb_VERSION = "0.6.0"
easyxtb_VERSION = "0.7.0"

def update_config():
"""Ensure that any config options added in later versions of the package are in
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Matthew J. Milner",
"version": "0.6.0",
"version": "0.7.0",
"url": "https://github.com/matterhorn103/avo_xtb",
"name": "avo_xtb",
"description": "Access the power of xtb through the Avogadro interface.",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "avo_xtb"
version = "0.6.0"
version = "0.7.0"
description = "A convenient interface to xtb (and CREST) in Avogadro 2"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 729c535

Please sign in to comment.