We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6b5f3 commit 9e00d60Copy full SHA for 9e00d60
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "rowgen"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Generate and insert realistic context-aware ai generative data into databases"
5
authors = [
6
{ name = "ArsalanJdev", email = "arsalanjdev@gmail.com" }
@@ -9,7 +9,6 @@ readme = "README.md"
9
requires-python = ">=3.12"
10
license = { text = "MIT" }
11
classifiers = [
12
- "Development Status :: 3 - Alpha",
13
"Intended Audience :: Developers",
14
"License :: OSI Approved :: MIT License",
15
"Programming Language :: Python :: 3",
0 commit comments