From da54798a13c1a94124752e06c66e13de09b59fbc Mon Sep 17 00:00:00 2001 From: amogh7joshi Date: Thu, 25 Nov 2021 10:35:28 -0500 Subject: [PATCH] Fix PyPi versioning and bump release to 0.2.1 --- agml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agml/__init__.py b/agml/__init__.py index c719984c..581eae7a 100644 --- a/agml/__init__.py +++ b/agml/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.2.0' +__version__ = '0.2.1' __all__ = ['data', 'backend', 'viz'] # If AgML is being imported for the first time, then we need to setup