Skip to content

Commit 5b7f9b0

Browse files
committed
Bump version to 1.2.9
1 parent cd8ef99 commit 5b7f9b0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ def read_requirements():
99

1010

1111
def read_readme():
12-
# Get the directory where setup.py is located
1312
here = os.path.abspath(os.path.dirname(__file__))
14-
# Construct the path to README.md
1513
readme_path = os.path.join(here, 'README.md')
1614

17-
# Read and return the content of README.md
1815
with open(readme_path, 'r', encoding='utf-8') as f:
1916
return f.read()
2017

2118
setup(
2219
name="CodonTransformer",
23-
version="1.2.8",
20+
version="1.2.9",
2421
packages=find_packages(),
2522
install_requires=read_requirements(),
2623
author="Adibvafa Fallahpour",

0 commit comments

Comments
 (0)