flashorm 2.3.0__tar.gz → 2.3.1b0.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flashorm
3
- Version: 2.3.0
3
+ Version: 2.3.1b0.dev0
4
4
  Summary: A powerful, database-agnostic ORM with multi-database support and type-safe code generation
5
5
  Home-page: https://github.com/Lumos-Labs-HQ/flash
6
6
  Author: Rana718
@@ -1,3 +1,3 @@
1
1
  """Flash ORM - A powerful, database-agnostic ORM"""
2
2
 
3
- __version__ = "2.3.0"
3
+ __version__ = "2.3.1-beta-dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flashorm
3
- Version: 2.3.0
3
+ Version: 2.3.1b0.dev0
4
4
  Summary: A powerful, database-agnostic ORM with multi-database support and type-safe code generation
5
5
  Home-page: https://github.com/Lumos-Labs-HQ/flash
6
6
  Author: Rana718
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "flashorm"
7
- version = "2.3.0"
7
+ version = "2.3.1-beta-dev"
8
8
  description = "A powerful, database-agnostic ORM with multi-database support and type-safe code generation"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
@@ -4,7 +4,7 @@ import subprocess
4
4
  import sys
5
5
  import os
6
6
 
7
- VERSION = '2.3.0'
7
+ VERSION = '2.3.1-beta-dev'
8
8
 
9
9
  class PostInstallCommand(install):
10
10
  def run(self):
File without changes
File without changes
File without changes
File without changes