Skip to content

Commit aa5e8d2

Browse files
committed
Setup files
1 parent 3370f84 commit aa5e8d2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ dmypy.json
112112

113113
# Pyre type checker
114114
.pyre/
115+
116+
.vscode/
117+
poetry.lock

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[tool.poetry]
22
name = "ServiceX_DID"
3-
version = "0.1.0"
4-
description = ""
3+
version = "1.0.0a1"
4+
description = "ServiceX DID Library Routines"
55
authors = ["Gordon Watts <gwatts@uw.edu>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
99

1010
[tool.poetry.dev-dependencies]
1111
pytest = "^5.2"
12+
flake8 = "^3.9.1"
1213

1314
[build-system]
1415
requires = ["poetry-core>=1.0.0"]

src/servicex_did/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '1.0.0a1'

0 commit comments

Comments
 (0)