Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Sep 6, 2023
1 parent 3d82b39 commit e9104e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephyspy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = (0, 0, 3)
VERSION = (0, 0, 4)

__version__ = ".".join(map(str, VERSION))

0 comments on commit e9104e8

Please sign in to comment.