Skip to content

Commit d98732a

Browse files
committed
bumpversion
1 parent 601af07 commit d98732a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.74
2+
current_version = 0.0.75
33
commit = True
44
tag = True
55

src/setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ def read_file(filename):
1818

1919
setup(
2020
name='SqliteCloud',
21-
version='0.0.74',
22-
author='Sam Reghenzi & Matteo Fredi',
21+
version='0.0.75',
22+
author='sqlitecloud.io',
2323
description='A Python package for working with SQLite databases in the cloud.',
2424
long_description=read_file('README-PYPI.md'),
2525
long_description_content_type='text/markdown',
2626
url="https://github.com/sqlitecloud/python",
2727
packages=find_packages(),
2828
install_requires=[
29-
'mypy == 1.6.1',
30-
'mypy-extensions == 1.0.0',
31-
'typing-extensions == 4.8.0',
32-
'black == 23.7.0',
33-
'python-dotenv == 1.0.0',
29+
'lz4 == 3.1.10',
3430
],
3531
classifiers=[
3632
'Development Status :: 3 - Alpha',
3733
'Intended Audience :: Developers',
3834
'License :: OSI Approved :: MIT License',
35+
'Programming Language :: Python :: 3.6',
36+
'Programming Language :: Python :: 3.7',
37+
'Programming Language :: Python :: 3.8',
38+
'Programming Language :: Python :: 3.9',
3939
'Programming Language :: Python :: 3.10',
4040
'Programming Language :: Python :: 3.11',
4141
'Programming Language :: Python :: 3.12',

src/sqlitecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.74"
1+
VERSION = "0.1.0"

0 commit comments

Comments
 (0)