From 82560352eaef86145e7ef89c29e442a251d65c23 Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 23 Oct 2021 23:20:43 -0700 Subject: setup.py: bump to 0.3beta7 for PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a855a0..76795c0 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('README.md') as f: setup( name='vgstash', - version='0.3-beta6', + version='0.3-beta7', description='a video game collection management module, backed by SQLite', long_description=readme, long_description_content_type="text/markdown; variant=CommonMark", -- cgit v1.2.3-54-g00ecf /td>
Category-0 solutions to The C Programming Language, 2nd Editionzlg
aboutsummaryrefslogtreecommitdiff
path: root/ch8 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22Solve Exercise 8-2: fopen and fillbufzlg3-0/+181
2018-08-22AUTHORS: update contact infozlg1-1/+1
2017-05-20perfeeerrrrrmzlg1-1/+1
2017-05-208-1: Correct superfluous increment, commentzlg1-2/+1