Skip to content

Commit b54f991

Browse files
committed
Bump version number for 0.6.0 release
1 parent 8936ebd commit b54f991

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

easyxtb/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "easyxtb"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A Python API for xtb (and CREST)."
55
readme = "README.md"
66
requires-python = ">=3.10"

easyxtb/src/easyxtb/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def save_config():
113113

114114
# Current version of package
115115
# Hard code for now, obviously not ideal though
116-
easyxtb_VERSION = "0.5.1d"
116+
easyxtb_VERSION = "0.6.0"
117117

118118
def update_config():
119119
"""Ensure that any config options added in later versions of the package are in

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Matthew J. Milner",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"url": "https://github.com/matterhorn103/avo_xtb",
55
"name": "avo_xtb",
66
"description": "Access the power of xtb through the Avogadro interface.",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "avo_xtb"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A convenient interface to xtb (and CREST) in Avogadro 2"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)