Skip to content

Commit

Permalink
1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmedl94 committed Nov 13, 2024
1 parent adadc68 commit 4d89146
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bioprocessnexus.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bioprocessnexus
Version: 1.0.3
Version: 1.0.4
Summary: README.md
Author-email: Matthias Medll <matthias.medl@chello.at>
Description-Content-Type: text/markdown
Expand Down
4 changes: 2 additions & 2 deletions bioprocessnexus/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class disclaimer(ctk.CTkToplevel):
def __init__(self, master):
super().__init__(master=master)
self.protocol("WM_DELETE_WINDOW", self.master.destroy)
self.title("BioProcessNexus - 1.0.3")
self.title("BioProcessNexus - 1.0.4")
self.disclaimer_label = ctk.CTkLabel(self,
text="Reminder: Using external sources without citing them goes against good " +
"scientific practice and is considered plagiarism. Please ensure that you cite the " +
Expand Down Expand Up @@ -76,7 +76,7 @@ def __init__(self, master):
super().__init__(master=master)

self.protocol("WM_DELETE_WINDOW", self.master.destroy)
self.title("BioProcessNexus - 1.0.3")
self.title("BioProcessNexus - 1.0.4")
self.var_names = ["None selected"]
self.filename = "None"
self.prediction_inputs = []
Expand Down
Binary file removed dist/bioprocessnexus-1.0.3.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/bioprocessnexus-1.0.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bioprocessnexus"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Matthias Medll", email="matthias.medl@chello.at" },
]
Expand Down

0 comments on commit 4d89146

Please sign in to comment.