Skip to content

Commit 865f757

Browse files
Michael BarnettMichael Barnett
authored andcommitted
Rebased onto most recent develop 1.0.2, updated version codes to 1.1.0 for upcoming release.
1 parent 7c22acf commit 865f757

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

commec/tests/test_data/functional.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commec_info": {
3-
"commec_version": "1.0.1",
3+
"commec_version": "1.1.0",
44
"json_output_version": "0.4",
55
"time_taken": "00:00:05",
66
"date_run": "2025-11-17 18:06:57",

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "commec" %}
2-
{% set version = "1.0.2" %}
2+
{% set version = "1.1.0" %}
33
{% set sha256 = "" %}
44

55
package:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "commec"
7-
version = '1.0.2'
7+
version = '1.1.0'
88
requires-python = ">=3.10"
99
# This is not a pure python project; dependencies are managed through environment.yml
1010
authors = [

0 commit comments

Comments
 (0)