Skip to content

Commit dff1257

Browse files
committed
bumb version to v1.1.0
1 parent d17912a commit dff1257

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "NREL"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "v1.0.0"
26+
release = "v1.1.0"
2727

2828
# -- General configuration ---------------------------------------------------
2929

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nrel.hive"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "HIVE is a mobility services research platform developed by the Mobility and Advanced Powertrains (MBAP) group at the National Renewable Energy Laboratory in Golden, Colorado, USA."
99
readme = "README.md"
1010
authors = [{ name = "National Renewable Energy Laboratory" }]
@@ -62,5 +62,10 @@ hive-batch = "nrel.hive.app.run_batch:run"
6262
[tool.black]
6363
line-length = 100
6464

65+
[tool.setuptools.packages.find]
66+
where = ["."] # list of folders that contain the packages (["."] by default)
67+
include = ["nrel*"] # package names should match these glob patterns (["*"] by default)
68+
exclude = ["rust*"]
69+
6570
[tool.setuptools.package-data]
6671
"*" = ["py.typed"]

0 commit comments

Comments
 (0)