Skip to content

Commit 914eb9d

Browse files
committed
Bump version to v1.0.1.
1 parent 41e8943 commit 914eb9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'Propertime'
22-
copyright = '2023, Stefano Alberto Russo'
22+
copyright = '2024, Stefano Alberto Russo'
2323
author = 'Stefano Alberto Russo'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = 'v0.0.0'
26+
release = 'v1.0.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='propertime',
6-
version='1.0.0',
6+
version='1.0.1',
77
description='An attempt at proper time management in Python.',
88
long_description="""
99
Propertime is an attempt to implement proper time management in Python. Its approach

0 commit comments

Comments
 (0)