Skip to content

Commit 6d01b04

Browse files
MMathisLabMacKenzie Mathis
andauthored
fix version import (#13)
* fix version import * Update main.py - revert main back... but it will cause failing tests; will open another PR * Delete temp_for_debug.json --------- Co-authored-by: MacKenzie Mathis <[email protected]>
1 parent 194599c commit 6d01b04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

amadeusgpt/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from amadeusgpt.implementation import AnimalBehaviorAnalysis
22
from amadeusgpt.main import AMADEUS
3+
4+
from amadeusgpt.version import __version__, VERSION

amadeusgpt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77
# Licensed under Apache 2.0
88

9-
__version__ = "0.0.2"
9+
__version__ = "0.1.0"
1010
VERSION = __version__

0 commit comments

Comments
 (0)