Skip to content

Commit 1f9dcd5

Browse files
committed
bump version
1 parent 8a98144 commit 1f9dcd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

caer/_meta.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is automatically generated during the generation of setup.py
33
# Copyright 2020-2025, Caer
44
author = "Jason"
5-
version = "2.1.0"
6-
full_version = "2.1.0"
7-
git_version = '5c47f259f6f2582d0f17b8418ecd7606f115c8b5'
5+
version = "2.1.1"
6+
full_version = "2.1.1"
7+
git_version = '8a9814499b851ed686b70056320986c28d5132ec'
88
release = True
99
contributors = ['@jasmcaus', '', 'Special Thanks to:', '@MalikMAlna', '@lucasace', '@GitHubDragonFly', '@brccabral', '@theSekyi']
1010
homepage = "https://github.com/jasmcaus/caer"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
MAJOR = 2
4747
MINOR = 1
48-
MICRO = 0
48+
MICRO = 1
4949
ISRELEASED = True
5050
VERSION = f"{MAJOR}.{MINOR}.{MICRO}"
5151

0 commit comments

Comments
 (0)