Skip to content

Commit 5f2dd6e

Browse files
committed
Version bump and changelogs for 0.1.1
1 parent 7fc385f commit 5f2dd6e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "somerandomapi.py"
1010
copyright = "2023-2025, Soheab_"
1111
author = "Soheab_"
12-
release = "0.1.0"
12+
release = "0.1.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Changelog
88
This page keeps a detailed, human-friendly rendering of what's new and changed
99
in specific versions.
1010

11+
v0.1.1
12+
-------
13+
14+
Just for PyPi because v0.1.0 already uploaded to PyPi but something went wrong with it.
15+
1116
v0.1.0
1217
-------
1318

somerandomapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from .errors import *
1010
from .models import *
1111

12-
__version__ = "0.2.0a"
12+
__version__ = "0.1.1"
1313
__author__ = "Soheab"
1414
__license__ = "MPL-2.0"

0 commit comments

Comments
 (0)