Skip to content

Commit 816e391

Browse files
committed
Tag v0.4
1 parent f3c7693 commit 816e391

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
recursive-exclude test *
2-
exclude README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.3'
3+
VERSION = '0.4'
44

55
# @see https://packaging.python.org/tutorials/packaging-projects/#creating-setup-py
66
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)