Skip to content

Commit 3434e7a

Browse files
committed
🎨 update version and dependencies
1 parent f0a6c23 commit 3434e7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The short X.Y version
3131
version = u'0.2.4'
3232
# The full version, including alpha/beta/rc tags
33-
release = u'0.2.4'
33+
release = u'0.3.0'
3434

3535

3636
# -- General configuration ---------------------------------------------------

moban/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.3.0"
22
__author__ = "C. W."

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyyaml>=3.11
22
jinja2>=2.7.1
3-
lml==0.0.3
3+
lml==0.0.4
44
crayons

setup.py

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

1212
NAME = 'moban'
1313
AUTHOR = 'C. W.'
14-
VERSION = '0.2.4'
14+
VERSION = '0.3.0'
1515
1616
LICENSE = 'MIT'
1717
ENTRY_POINTS = {

0 commit comments

Comments
 (0)