Skip to content

Commit a679927

Browse files
committed
bump version, remove editor-specific files
1 parent f8854b6 commit a679927

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.vscode
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]
@@ -130,4 +132,4 @@ dmypy.json
130132

131133

132134
data/
133-
vscode/
135+
vscode/

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Pydurma"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
authors = [
99
{ name="Elie", email="roux.elie@gmail.com" },
1010
{ name="OpenPecha", email="dev@openpecha.org" },

0 commit comments

Comments
 (0)