Skip to content

Commit

Permalink
[FIX] versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinDEVILLARD committed Nov 15, 2024
1 parent 601b0ee commit 17c760c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OpenHosta
v2.0-beta2 - Opensource Project
v2.0.0 - Opensource Project

**- The future of development is human -**

Expand Down
5 changes: 1 addition & 4 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
## **OpenHosta v1.2.1 - 10/14/24**

### **Fixes**
- OpenHosta now can't be used with Python 3.13 due to the incompatibility with pytorch
## **OpenHosta v2.0.0 - 10/14/24**
2 changes: 1 addition & 1 deletion docs/doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation
___

Documentation for version: **2.0-beta2**
Documentation for version: **2.0.0**

Welcome to **OpenHosta** documentation :). Here you'll find all the **explanations** you need to understand the library, as well as **usage examples** and advanced **configuration** methods for the most complex tasks. You'll also find explanations of the source code for those interested in **contributing** to this project. Check the [Google Colab](https://colab.research.google.com/drive/1XKrPrhLlYJD-ULTA8WHzIMqTXkb3iIpb?usp=sharing) **test files** to help you take your first steps in discovering OpenHosta.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installation
# Installation Guide

The `OpenHosta` python package contains multiple features which you can install via PyPI or GitHub. However, you may need to install other packages depending on how you use `OpenHosta`. Indeed, some `OpenHosta` features require additional dependencies to be used. You'll also need to set up your API key for easier use.
All this will be detailed in this document.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "OpenHosta"
version = "2.0beta2"
version = "2.0.0"
description = "Open-Source programming project IA integretion in developement environnement"
keywords = ["AI", "GPT", "Natural language", "Autommatic", "Easy"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/OpenHosta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .OpenHosta import *

__version__ = "2.0-beta1"
__version__ = "2.0.0"

0 comments on commit 17c760c

Please sign in to comment.