Skip to content

Commit

Permalink
deployment 0.3a1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Apr 25, 2022
1 parent 68c758c commit e34f38f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backlog
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Facility


Building and Packaging:
__init__.py aanpassen
.\venv2\Scripts\python.exe -m build --wheel
-or-
.\venv2\Scripts\flit init
Expand Down
Binary file added dist/OTLMOW-0.3a1-py310-none-any.whl
Binary file not shown.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"rdflib",
"pyvis",
"requests",
"Pyjwt",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/OTLMOW/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The MOW OTL implementation in Python"""

__version__ = '0.2a1'
__version__ = '0.3a1'

0 comments on commit e34f38f

Please sign in to comment.