We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f70f0 commit 908c265Copy full SHA for 908c265
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 1.0.0
3
commit = True
4
tag = True
5
doc/conf.py
@@ -93,9 +93,9 @@
93
# the built documents.
94
#
95
# The short X.Y version.
96
-version = '0.0.3'
+version = '1.0.0'
97
# The full version, including alpha/beta/rc tags.
98
-release = '0.0.3'
+release = '1.0.0'
99
# The language for content autogenerated by Sphinx. Refer to documentation
100
# for a list of supported languages.
101
third-party/package.json
@@ -1,6 +1,6 @@
{
"name": "empirical-dev-dependencies",
- "version": "0.0.3",
+ "version": "1.0.0",
"description": "Dev dependencies for Empirical",
"main": "index.js",
6
"dependencies": {},
0 commit comments