We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5472755 commit 00f4b66Copy full SHA for 00f4b66
Makefile
@@ -3,7 +3,7 @@ DESCRIPTION = CS50 Library for Python
3
MAINTAINER = CS50 <sysadmins@cs50.harvard.edu>
4
NAME = python-cs50
5
OLD_NAME = lib50-python
6
-VERSION = 1.2.4
+VERSION = 1.3.0
7
8
.PHONY: bash
9
bash:
README.md
@@ -31,7 +31,6 @@ Requires [Docker Engine](https://docs.docker.com/engine/installation/).
31
## TODO
32
33
* Add install target to Makefile.
34
-* Add comments.
35
* Conditionally install for Python 2 and/or Python 3.
36
* Add targets for `pacman`, `rpm`.
37
* Add tests.
0 commit comments