Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed Apr 25, 2022
1 parent 956a9ac commit 5e7508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion criticus/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# if platform.system() == 'Windows':
from criticus.py.cbgm_interface.open_cbgm_ui import open_cbgm_ui

__version = '0.34.0'
__version = '0.34.1'
#pylint: disable=no-member

def open_new_window(function: FunctionType, window: sg.Window, main_dir, font, icon, include_main_dir=False):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "criticus"
version = "0.34.0"
version = "0.34.1"
description = "A suite of tools for transcribing, collating and creating an apparatus criticus."
authors = ["David Flood <davidfloodii@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 5e7508d

Please sign in to comment.