Commit 914eb9d 1 parent 41e8943 commit 914eb9d Copy full SHA for 914eb9d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
# -- Project information -----------------------------------------------------
20
20
21
21
project = 'Propertime'
22
- copyright = '2023 , Stefano Alberto Russo'
22
+ copyright = '2024 , Stefano Alberto Russo'
23
23
author = 'Stefano Alberto Russo'
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = 'v0 .0.0 '
26
+ release = 'v1 .0.1 '
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
setup (name = 'propertime' ,
6
- version = '1.0.0 ' ,
6
+ version = '1.0.1 ' ,
7
7
description = 'An attempt at proper time management in Python.' ,
8
8
long_description = """
9
9
Propertime is an attempt to implement proper time management in Python. Its approach
You can’t perform that action at this time.
0 commit comments