Skip to content

Commit e4f0a74

Browse files
committed
includ INFO.md
1 parent 1ae761a commit e4f0a74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include requirements.txt README.md
1+
include requirements.txt README.md INFO.md
22
prune tests*

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jee Vang'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.0.0'
25+
release = '3.0.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pypair',
8-
version='3.0.0',
8+
version='3.0.1',
99
author='Jee Vang',
1010
author_email='vangjee@gmail.com',
1111
packages=find_packages(exclude=('*.tests', '*.tests.*', 'tests.*', 'tests')),

0 commit comments

Comments
 (0)