From 11a3021fdaf3abd5172810eefcaadbb4f8842450 Mon Sep 17 00:00:00 2001 From: Carter Francis Date: Tue, 2 Sep 2025 13:50:15 -0500 Subject: [PATCH] Update: Update version number for beta release --- CHANGES.rst | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f05724e7..00ddc3e4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,8 +5,11 @@ Changelog This document describes the changes in the DEAPI library. +5.3.beta0 +========= +- Add support for binning in x/ y dimensions when returning a result (#19) -Unreleased +5.2.2 ========== - Initial release - Renamed `Client` functions from CamelCase to snake_case (Legacy functions are still available) diff --git a/pyproject.toml b/pyproject.toml index e1ce29c9..2380da11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "sympy", ] description = "API for DE Server" -version = "5.2.2" +version = "5.3b0" keywords = [ "EELS", "STEM",