Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibvafa committed Sep 21, 2024
1 parent bca7eef commit cf2f894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "CodonTransformer"
version = "1.6.2"
version = "1.6.3"
description = "The ultimate tool for codon optimization, transforming protein sequences into optimized DNA sequences specific for your target organisms."
authors = ["Adibvafa Fallahpour <Adibvafa.fallahpour@mail.utoronto.ca>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_readme():

setup(
name="CodonTransformer",
version="1.6.2",
version="1.6.3",
packages=find_packages(),
install_requires=read_requirements(),
author="Adibvafa Fallahpour",
Expand Down

0 comments on commit cf2f894

Please sign in to comment.