Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
it-bott-integrasjoner
Bottint Tree
Commits
fcb746b3
Commit
fcb746b3
authored
Jul 14, 2021
by
Trond Aasan
Browse files
Bump version
parent
596e018f
Pipeline
#87086
passed with stage
in 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bottint_tree/__init__.py
View file @
fcb746b3
...
...
@@ -12,7 +12,7 @@ from typing import (
Optional
,
)
__version__
=
"0.
2
.0"
__version__
=
"0.
3
.0"
T
=
TypeVar
(
"T"
)
...
...
pyproject.toml
View file @
fcb746b3
[tool.poetry]
name
=
"bottint-tree"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
description
=
""
authors
=
[
"BOTT-INT <bnt-int@usit.uio.no>"
]
homepage
=
"https://git.app.uib.no/it-bott-integrasjoner/bottint-tree"
...
...
tests/test_bottint.py
View file @
fcb746b3
...
...
@@ -14,7 +14,7 @@ from bottint_tree import (
def
test_version
():
assert
__version__
==
"0.
2
.0"
assert
__version__
==
"0.
3
.0"
def
test_poetry_version
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment