Skip to content

Commit

Permalink
Merge pull request #9 from MDSplus/jas-bumpversion
Browse files Browse the repository at this point in the history
Jas bumpversion
  • Loading branch information
joshStillerman authored Mar 19, 2024
2 parents 1875f84 + 198cfda commit e8ca393
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mdsconnector"
version = "1.8.1"
version = "1.8.2"
description = "Remote call to MDSplus objects"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ keywords = [
"Remote Data Access"
]
dependencies = [
"rpyc==4.1.5",
"rpyc>=6.0.0",
"dill<=0.3.2",
"plumbum<=1.6.9",
"numpy"
Expand Down
27 changes: 11 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile pyproject.toml
#
dill>=0.3.2
# via mdsconnector (pyproject.toml)
numpy>=1.23.5
# via mdsconnector (pyproject.toml)
plumbum>=1.6.9
# via
# mdsconnector (pyproject.toml)
# rpyc
rpyc>6.0.0
# via mdsconnector (pyproject.toml)
black
bumpver
dill<=0.3.2
flake8
isort
mypy
numpy
pip-tools
plumbum<=1.6.9
pytest
rpyc>=6.0.0

0 comments on commit e8ca393

Please sign in to comment.