Skip to content

Commit

Permalink
Merge pull request #233 from pymc-labs/version-bump
Browse files Browse the repository at this point in the history
Version bump to 0.1.0
  • Loading branch information
drbenvincent authored Aug 24, 2023
2 parents 3070bc9 + 9ce7033 commit f534d92
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion causalpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.14"
__version__ = "0.1.0"
Binary file modified docs/source/_static/classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 12 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ exclude = ["causalpy.test*", "docs*"]

[project]
name = "CausalPy"
version = "0.0.14"
version = "0.1.0"
description = "Causal inference for quasi-experiments in Python"
readme = "README.md"
license = {file = "LICENSE"}
license = { file = "LICENSE" }
authors = [{ name = "Ben Vincent", email = "[email protected]" }]
requires-python = ">=3.8"

Expand Down Expand Up @@ -48,13 +48,9 @@ dependencies = [
#
# Similar to `dependencies` above, these must be valid existing projects.
[project.optional-dependencies]
dev = [
"pathlib",
"pre-commit",
"twine",
"interrogate",
]
docs = ["ipykernel",
dev = ["pathlib", "pre-commit", "twine", "interrogate"]
docs = [
"ipykernel",
"linkify-it-py",
"myst-nb",
"pathlib",
Expand All @@ -65,19 +61,17 @@ docs = ["ipykernel",
"sphinx-rtd-theme",
"statsmodels",
"sphinxcontrib-bibtex",
]
lint = ["black",
]
lint = [
"black",
"flake8",
"interrogate",
"isort",
"nbqa",
"pre-commit",
"pylint"
]
test = [
"pytest",
"pytest-cov",
]
"pylint",
]
test = ["pytest", "pytest-cov"]

[metadata]
description-file = 'README.md'
Expand Down Expand Up @@ -107,7 +101,7 @@ testpaths = "causalpy/tests"
markers = [
"integration: mark as an integration test.",
"slow: mark test as slow.",
]
]

[tool.interrogate]
ignore-init-method = true
Expand Down

0 comments on commit f534d92

Please sign in to comment.