Skip to content

Commit d3fbd16

Browse files
authored
Change version to 1.1.0 and update requirements
Updated version and Python requirements in pyproject.toml
1 parent 1497194 commit d3fbd16

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ authors = [
1212
description = "Reactive chat bot framework"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
<<<<<<< before updating
1615
version = "1.1.0"
1716
requires-python = ">=3.10"
1817
keywords = [
@@ -23,11 +22,6 @@ keywords = [
2322
"chat",
2423
"chatbot",
2524
]
26-
=======
27-
version = "0.1.0"
28-
requires-python = ">=3.11"
29-
keywords = []
30-
>>>>>>> after updating
3125

3226
classifiers = [
3327
"Development Status :: 3 - Alpha",
@@ -36,6 +30,7 @@ classifiers = [
3630
"Programming Language :: Python :: Implementation :: CPython",
3731
"Programming Language :: Python :: Implementation :: PyPy",
3832
"Programming Language :: Python :: 3",
33+
"Programming Language :: Python :: 3.10",
3934
"Programming Language :: Python :: 3.11",
4035
"Programming Language :: Python :: 3.12",
4136
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)