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 b2d34a0 commit 2679d08Copy full SHA for 2679d08
.gitignore
@@ -15,6 +15,9 @@ htmlcov/
15
.coverage
16
.cache/
17
18
+# Temp files
19
+tmp/
20
+
21
# Build
22
_build
23
docs/.buildinfo
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.build_clib import build_clib
9
from setuptools.command.build_ext import build_ext
10
11
-__version__ = "0.0.0.dev4"
+__version__ = "0.0.0.dev5"
12
PACKAGE_NAME = "RATapi"
13
14
with open("README.md") as f:
0 commit comments