Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Jan 19, 2024
1 parent d52ad3d commit cd3a5d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions batchalign/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.4.0-alpha.22-post.1
0.4.0-alpha.23
Jan 19th, 2024
remove readme pending emojis
remove readme pending emojis, try 2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
# string in below ...
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
# def read(fname):
# return open(os.path.join(os.path.dirname(__file__), fname)).read()

with open(Path("./batchalign") / "version", 'r') as df:
VERSION_NUMBER, RELEASE_DATE, RELEASE_NOTES = df.readlines()[:3]
Expand Down

0 comments on commit cd3a5d9

Please sign in to comment.