Skip to content

Commit

Permalink
0.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ferenczi committed Nov 4, 2023
1 parent c97f82e commit 5e1209b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VllmClient/VllmClient/VllmClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>0.2.1</AssemblyVersion>
<Version>0.2.1</Version>
<AssemblyVersion>0.2.1.1</AssemblyVersion>
<Version>0.2.1.1</Version>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
<Title>vLLM Client</Title>
<Description>Client for the vLLM engine. </Description>
Expand Down
4 changes: 2 additions & 2 deletions VllmClient/VllmClientTest/VllmClientTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>0.2.1</AssemblyVersion>
<AssemblyVersion>0.2.1.1</AssemblyVersion>

<Version>0.2.1</Version>
<Version>0.2.1.1</Version>

<Title>vLLM Client Tests</Title>

Expand Down

0 comments on commit 5e1209b

Please sign in to comment.