Skip to content

Commit 2679d08

Browse files
authored
Creates new dev release (#151)
1 parent b2d34a0 commit 2679d08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ htmlcov/
1515
.coverage
1616
.cache/
1717

18+
# Temp files
19+
tmp/
20+
1821
# Build
1922
_build
2023
docs/.buildinfo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools.command.build_clib import build_clib
99
from setuptools.command.build_ext import build_ext
1010

11-
__version__ = "0.0.0.dev4"
11+
__version__ = "0.0.0.dev5"
1212
PACKAGE_NAME = "RATapi"
1313

1414
with open("README.md") as f:

0 commit comments

Comments
 (0)