Skip to content

Commit ef0568c

Browse files
author
Tellef Kydland
committed
bumping up versions and adding a init_file
1 parent c029479 commit ef0568c

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 0.0.1a4
2+
3+
_2024-09-24_
4+
5+
FIX
6+
7+
- adding a init file for better imports of FieldMangaerApi
18

29
### Version 0.0.1a3
310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "field-manager-api"
3-
version = "0.0.1a3"
3+
version = "0.0.1a4"
44
description = "Field Manager API SDK"
55
license = "MIT"
66
authors = ["Jostein Leira <9363084+josteinl@users.noreply.github.com>","Tellef Kydland <48522922+tellefk@users.noreply.github.com>"]

src/field_manager_api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .field_manager import FieldManagerAPI

0 commit comments

Comments
 (0)