Skip to content

Commit fdf2b83

Browse files
update deployment
1 parent 622ca80 commit fdf2b83

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ nosetests.xml
7474

7575
# VS Code
7676
.vscode
77+
78+
# R
79+
.Rproj.user
80+
.Rhistory

src/pycropml/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
# {# pkglts, version
66
# -*- coding: utf-8 -*-
77

8-
MAJOR = 1
8+
MAJOR = 2
99
"""(int) Version major component."""
1010

11-
MINOR = 3
11+
MINOR = 0
1212
"""(int) Version minor component."""
1313

14-
POST = 3
14+
POST = 0
1515
"""(int) Version post or bugfix component."""
1616

1717
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])

0 commit comments

Comments
 (0)