Skip to content

Commit 37350ee

Browse files
committed
Bump version, add funding options
1 parent 2ce2889 commit 37350ee

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [rocky]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: rocky
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

spark_parser/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is needs to be multi-lingual in both Python and POSIX
22
# shell which "exec()" or "source" it respectively.
33

4-
# This file should define a variable VERSION which we use as the
4+
# This file should define a variable __version__ which we use as the
55
# package version number.
66

7-
__version__="1.9.0" # noqa
7+
__version__="1.9.1.dev0" # noqa

0 commit comments

Comments
 (0)