Skip to content

Commit 92a5d53

Browse files
author
Martin Glesser
committed
[NF] Pre release commit
1 parent 04c726d commit 92a5d53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
global-exclude *.py[cod]
22
include README.md
33
include logo.png
4+
include requirements.txt

setup.py

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

33
# /!\ update before a release
4-
MoSQITo_VERSION = "0.2.0"
4+
MoSQITo_VERSION = "0.2.1"
55

66
# MoSQITo description
77
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)