Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanYashchuk committed Feb 28, 2021
1 parent 5bec17c commit 1f36182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.7
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
print("Python 3.6 or higher required, please upgrade.")
sys.exit(1)

version = "0.1"
version = "1.0.0"

setup(
name="fenics_pymc3",
Expand All @@ -15,4 +15,5 @@
author="Ivan Yashchuk",
license="MIT",
packages=["fenics_pymc3"],
install_requires=["pymc", "fdm", "fecr"],
)

0 comments on commit 1f36182

Please sign in to comment.