Skip to content

Commit

Permalink
Bump nbexchange to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agxs committed May 14, 2021
1 parent 9359e21 commit 7c8a9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbexchange/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Nbexchange
"""
VERSION = (1, 2, 3)
VERSION = (1, 2, 4)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "nbexchange"
version = "1.2.3"
version = "1.2.4"
description = "Jupyterhub extension that provides an exchange service for nbgrader."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 7c8a9d1

Please sign in to comment.