File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ project_urls =
3333 Documentation = https://aosingh.github.io/sqlite_rx/
3434 Source = https://github.com/aosingh/sqlite_rx
3535 Bug Tracker = https://github.com/aosingh/sqlite_rx/issues
36- CI: https://github.com/aosingh/sqlite_rx/actions
37- Release Notes: https://github.com/aosingh/sqlite_rx/releases
38- License: https://github.com/aosingh/sqlite_rx/blob/master/LICENSE
36+ CI = https://github.com/aosingh/sqlite_rx/actions
37+ Release Notes = https://github.com/aosingh/sqlite_rx/releases
38+ License = https://github.com/aosingh/sqlite_rx/blob/master/LICENSE
3939
4040
4141[options]
Original file line number Diff line number Diff line change 1414with open (path .join (this_directory , 'README.md' ), encoding = 'utf-8' ) as f :
1515 long_description = f .read ()
1616
17- VERSION = '1.2.0 '
17+ VERSION = '1.2.0rc1 '
1818DISTNAME = 'sqlite_rx'
1919LICENSE = 'MIT License'
2020AUTHOR = 'Abhishek Singh'
Original file line number Diff line number Diff line change 1- __version__ = "1.1.2 "
1+ __version__ = "1.2.0 "
22__author__ = "Abhishek Singh"
33__authoremail__ = "abhishek.singh20141@gmail.com"
44
You can’t perform that action at this time.
0 commit comments