From 1ab8a9637ac99acfde68bb5440a58dd08e4f00c1 Mon Sep 17 00:00:00 2001 From: Amit Garu Date: Sat, 15 May 2021 09:14:18 +0545 Subject: [PATCH] version 0.4 release --- README.rst | 2 +- nepali_datetime_field/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2a6697e..cfaf206 100644 --- a/README.rst +++ b/README.rst @@ -73,4 +73,4 @@ Quick start Demo ---- -Demo of ``example_app`` deployed `here `__. +Demo of ``example_app`` deployed `here `__. diff --git a/nepali_datetime_field/__init__.py b/nepali_datetime_field/__init__.py index 25299c3..2d07a2b 100644 --- a/nepali_datetime_field/__init__.py +++ b/nepali_datetime_field/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3" +__version__ = "0.4" __author__ = "Amit Garu " diff --git a/setup.cfg b/setup.cfg index 51fc369..7e6a364 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nepali-datetime-field -version = 0.3 +version = 0.4 description = A Django app with nepali-datetime helpers. long_description = file: README.rst long_description_content_type = text/x-rst