Skip to content

Commit bf7c1f5

Browse files
committed
Add a makefile.
1 parent 4fba264 commit bf7c1f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# tag it first.
2+
release:
3+
python setup.py sdist bdist_wheel upload -s

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = linecache2
3-
version = 0.0.1
3+
version = 1.0.0
44
summary = Backports of the linecache module
55
description-file =
66
README.rst

0 commit comments

Comments
 (0)